Podcast
Questions and Answers
Which class should be created first?
Which class should be created first?
What does the following code do?
Driver.manage().window().maximize();
What does the following code do?
Driver.manage().window().maximize();
What does the following code do?
driver.get(https://www.google.co.in);
What does the following code do?
driver.get(https://www.google.co.in);
What does the following code do?
driver.findElement(By.name(“q”)).sendKeys(“Hi”);
What does the following code do?
driver.findElement(By.name(“q”)).sendKeys(“Hi”);
Signup and view all the answers
What is the purpose of the 'lib' folder?
What is the purpose of the 'lib' folder?
Signup and view all the answers
What is the purpose of the testng.xml file?
What is the purpose of the testng.xml file?
Signup and view all the answers
What does the 'testNG' option do?
What does the 'testNG' option do?
Signup and view all the answers
What does the 'Parallel Mode' option do?
What does the 'Parallel Mode' option do?
Signup and view all the answers
What is the purpose of adding jar files in the lib folder?
What is the purpose of adding jar files in the lib folder?
Signup and view all the answers
What is the purpose of the 'Finish' button?
What is the purpose of the 'Finish' button?
Signup and view all the answers
Which option correctly describes the first step to create a Selenium project in Eclipse?
Which option correctly describes the first step to create a Selenium project in Eclipse?
Signup and view all the answers
What is the purpose of executing TestNG via command line?
What is the purpose of executing TestNG via command line?
Signup and view all the answers
Which step is required to run the testng-failed.xml file from the command line?
Which step is required to run the testng-failed.xml file from the command line?
Signup and view all the answers
What is the purpose of the 'src' folder in the project structure?
What is the purpose of the 'src' folder in the project structure?
Signup and view all the answers
Which option correctly describes the fourth step to create a Selenium project in Eclipse?
Which option correctly describes the fourth step to create a Selenium project in Eclipse?
Signup and view all the answers
What is the purpose of the 'class' option in Eclipse?
What is the purpose of the 'class' option in Eclipse?
Signup and view all the answers
Which option correctly describes the third step to create a Selenium project in Eclipse?
Which option correctly describes the third step to create a Selenium project in Eclipse?
Signup and view all the answers
What is the purpose of executing TestNG via command line?
What is the purpose of executing TestNG via command line?
Signup and view all the answers
Which step is required to run the testng-failed.xml file from the command line?
Which step is required to run the testng-failed.xml file from the command line?
Signup and view all the answers
What is the purpose of the 'src' folder in the project structure?
What is the purpose of the 'src' folder in the project structure?
Signup and view all the answers
Which option correctly describes the fourth step to create a Selenium project in Eclipse?
Which option correctly describes the fourth step to create a Selenium project in Eclipse?
Signup and view all the answers
What is the purpose of the 'class' option in Eclipse?
What is the purpose of the 'class' option in Eclipse?
Signup and view all the answers
Which option correctly describes the third step to create a Selenium project in Eclipse?
Which option correctly describes the third step to create a Selenium project in Eclipse?
Signup and view all the answers
Which command is used to execute TestNG via Command Line?
Which command is used to execute TestNG via Command Line?
Signup and view all the answers
How do you run only failed test cases through Eclipse?
How do you run only failed test cases through Eclipse?
Signup and view all the answers
How do you run failed test cases from Command Line?
How do you run failed test cases from Command Line?
Signup and view all the answers
What does TestNG generate in its standard report?
What does TestNG generate in its standard report?
Signup and view all the answers
What is one of the features provided by TestNG?
What is one of the features provided by TestNG?
Signup and view all the answers
How can you execute a specific test case separately in TestNG?
How can you execute a specific test case separately in TestNG?
Signup and view all the answers