Software Testing
Tuesday, August 2, 2016
How to select value from drop down box
›
You can select through 3 method: 1. SelectByVisibleText 2. selectByIndex 3. selectByValue First identifie the drop down box Select d...
Monday, August 1, 2016
›
How to perform drag & Drop
›
First locate the source and destination e.g webElement gsource = driver.findelement(by.id(“<>”)); webElement gdestination = dr...
Thursday, July 28, 2016
FAQ of Selenium Webdriver
›
What is the difference between driver.Close() and driver.Quit () method? Close() - It is used to close the browser or page currently whi...
1 comment:
Wednesday, May 7, 2008
What is a checkpoint and what are different types of checkpoints?
›
Checkpoints allow you to compare the current behavior of the application being tested to its behavior in an earlier version. There are four ...
5 comments:
Friday, April 11, 2008
What is COMPATIBILITY TESTING?
›
Testing to ensure compatibility of an application or Web site with different browsers, OSs, and hardware platforms. Compatibility testing ca...
4 comments:
Sunday, November 18, 2007
How to explain difference between v&v give the example
›
Have you ever prepared an "Egg Omelette"! I am assuming that you have prepared. So how will you prepare an "Egg Omelette...
5 comments:
›
Home
View web version