Skip to content
  • Contact me
  • About me
  • Demo
  • DemoForm
  • TechStuff
Top Menu
Facebook page opens in new windowFacebook page opens in new windowX page opens in new windowYouTube page opens in new window
Facebook page opens in new windowFacebook page opens in new windowX page opens in new windowYouTube page opens in new window
qavalidation
QA tools and automation testing techniques
qavalidationqavalidation
  • HOME
  • Selenium
    • Selenium-Java
    • Selenium-Python
    • Demo2
  • Appium
    • Appium tutorial
  • WebdriverIO
  • JavaForQA
    • Java interview questions for QA
    • ExcelRW
    • TestNG
  • More
    • Cypress
    • TestingBasics
    • MavenBuild
  • Training
Search:
Search:
Search:
qavalidationqavalidation
  • HOME
  • Selenium
    • Selenium-Java
    • Selenium-Python
    • Demo2
  • Appium
    • Appium tutorial
  • WebdriverIO
  • JavaForQA
    • Java interview questions for QA
    • ExcelRW
    • TestNG
  • More
    • Cypress
    • TestingBasics
    • MavenBuild
  • Training
  • Contact me
  • About me
  • Demo
  • DemoForm
  • TechStuff
Top Menu
  • Contact me
  • About me
  • Demo
  • DemoForm
  • TechStuff
Top Menu
Facebook page opens in new windowFacebook page opens in new windowX page opens in new windowYouTube page opens in new window

Daily Archives: July 10, 2015

You are here:
  1. Home
  2. 2015
  3. July
  4. 10

Take screenshots in failed scenarios

SeleniumTestingBy AdminJuly 10, 2015Leave a comment

There are scenarios where our test case fails and we use mostly logs to see what actions performed and how our test case failed, but some times when we need to see the screenshot of what exactly happened on the browser while running scripts… Even manual QA folks take screenshots of the AUT in cases…

Read/Write text file using selenium/java

SeleniumTestingBy AdminJuly 10, 2015Leave a comment

There are certain scenarios where we need to read the content of a text file or write something to a text document. Java gives a flexibility to read / write the contents(plain text) of a text file, even we can change the permission of text file using the code. Let’s see the implementation. import java.io.BufferedReader;…

All rights reserved | qavalidation
  • Contact me
  • About me
  • Demo
  • DemoForm
  • TechStuff
———Top Menu
Go to Top