top of page
Search
How to Estimate Testing Time/effort Accurately?
Here are the methods discussed in this session: Best Guess – This technique is purely guesswork and based on the some sort of experience....
qatestingthreesixt
Dec 1, 20212 min read
Â
Â
Â
How to handle HTTPS sites Or Security Certificate Errors using Selenium Web Driver (IE)
Sometimes while testing on secure sites we may encounter with Security Certificate Errors. You may refer to following code to deal with...
qatestingthreesixt
Dec 1, 20211 min read
Â
Â
Â
How to retrieve number of rows, columns and data in cells in a table in Selenium Webdriver
driver.get("http://money.rediff.com/”"); WebElement element = driver.findElement(By.id("allpage_links")); List < WebElement > rowC =...
qatestingthreesixt
Dec 1, 20211 min read
Â
Â
Â
bottom of page
