Latest Automation Tutorials
Selenium – Appium – Rest Assured – Security
Launch Chrome using Playwright Java
package com.sdetforum.playwright.demos; import com.microsoft.playwright.Browser; import com.microsoft.playwright.BrowserType; import com.microsoft.playwright.BrowserType.LaunchOptions; import com.microsoft.playwright.Page; import com.microsoft.playwright.Playwright;...
Java Basics Quiz11
QA Engineer – NCR Corporation
Job description Education: B-Tech (CSE / IT) 65%+ marks in all academics Year of passing: 2019/2020/2021 Job Profile – This is a 1 year internship with a stipend of Rs.25,000 per month Mandatory: Good knowledge on testing and very good communication skills (Candidate...
Manual Testing Quiz4
Manual Testing Quiz3
Manual Testing Quiz2
Convert ArrayList to Object Array
👨💻 Output 👨💻
Get Size of an ArrayList
👨💻 Output 👨💻
Remove an Element from ArrayList
package collectionsexamples; import java.util.ArrayList; import java.util.Iterator; public class ArrayListRemoveElement { public static void main(String[] args) { // #1. Instantiate ArrayList Class ArrayList<Character> siteName = new...
Display All Elements in ArrayList using Iterator
👨💻 Output 👨💻
Java Basics Quiz10
Launch Selenium Scripts in Brave Browser
Launch Selenium Scripts in Microsoft Edge Browser
Launch Selenium Scripts in Opera Browser
Launch Selenium Scripts in Firefox Browser
Launch Selenium Scripts in Chrome Browser
Selenium Basics Quiz6
Java Basics Quiz9
Double Click Operation using Selenium Actions
?? TestNG Program ?? ?? Output ?? ?? Element Screenshot ??
Drag and Drop Operation using Selenium Actions
?? TestNG Program ?? ?? Output ?? ?? Output Screenshot ??
Mouse Hover Action using Selenium Actions
?? TestNG Program ?? ?? Output ?? ?? Output Screenshot ??
Print Current Webpage URL using JavascriptExecutor
👨💻 TestNG Program 👨💻 👨💻 Output 👨💻
Click on Browser’s Forward Button using JavascriptExecutor
?? TestNG Program ?? ?? Output ??
Click on Browser’s Back Button using JavascriptExecutor
?? TestNG Program ?? ?? Output ??
Java Basics Quiz8
Open Link in New Tab using JavascriptExecutor
?? TestNG Program ?? ?? Output ??
Open Multiple Websites in Multiple Tabs using JavascriptExecutor
?? TestNG Program ?? ?? Output ??
Count All Iframes in Webpage using JavascriptExecutor
?? TestNG Program ?? ?? Output ??
Load Website using JavascriptExecutor
?? TestNG Program ?? ?? Output ??
Highlight Element using JavascriptExecutor
?? TestNG Program ?? ?? Output ?? ?? Output Screenshot ??