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: May 29, 2015

You are here:
  1. Home
  2. 2015
  3. May
  4. 29

Exit from nested for loops in java

JavaForQABy AdminMay 29, 2015Leave a comment

There are 2 nested for loops in your code and if we want to exit both the loops at a time once a particular condition satisfies. If we write break once the condition satisfies, control exits from inner for loop, but main for loop runs as usual, we want to basically exit this main loop…

read and write key/value data using .properties file

JavaForQABy AdminMay 29, 2015Leave a comment

.properties is a file extension for files mainly used in Java to store the configurable parameters of an application. the parameters are in terms of key | value  pair, means we can use the key in the code to get the value stored in the .properties file.  This basically helps to avoid going to the code for any change needed…

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