mythoughts.co.in - 𝐕𝐚𝐦𝐬𝐡𝐢 𝐊𝐮𝐫𝐫𝐚

Description: This site is about my(Vamshi Kurra) personal thoughts on life ,small moral stories, Automation tools like WebDriver and Quick Test professional.

automation (5176) selenium (110) webdriver (14) selenium tutorial (4) selenium tutorials (3) selenium interview questions (2) webdriver interview questions (1) webdriver tutorial (1) webdriver tutorials (1) selenium hq (1)

Example domain paragraphs

~ by Vamshi Kurra

File scrFile = ((TakesScreenshot)driver).getScreenshotAs(OutputType.FILE); FileUtils.copyFile(scrFile, new File("PathOnLocalDrive") To get screenshot on test failure , we should put the entire code in try-catch block . In the catch block make sure to copy the above screenshot code. In my example I am trying to register as a new user. For both first and last name fields I have used correct locator element whereas for emailaddress field I have used wrong locator element i.e name("GmailAddress1") . So when I r

Links to mythoughts.co.in (1)