Skip to content
  • Contact me
  • About me
  • Demo
  • DemoForm
  • TechStuff
Top Menu
Facebook page opens in new windowFacebook page opens in new windowTwitter 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:
  • HOME
  • Selenium
    • Selenium-Java
    • Selenium-Python
    • Demo2
  • Appium
    • Appium tutorial
  • WebdriverIO
  • JavaForQA
    • Java interview questions for QA
    • ExcelRW
    • TestNG
  • More
    • Cypress
    • TestingBasics
    • MavenBuild
  • Training

Daily Archives: July 17, 2015

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

TestNG @Test attributes – run by priority (-ve & +ve)

SeleniumTesting, testngBy AdminJuly 17, 20151 Comment

As we know testNG test methods are executed in alphabetical order by default, but testNG provides priority keyword to prioritize test case execution order and the value starts from -n to n… Priority value starts from any number from -ve to +ve, 0 is default (if nothing is set) For a method less priority number,…

TestNG @Test attributes – method description and grouping

SeleniumTesting, testngBy AdminJuly 17, 20151 Comment

TestNG description In framework, with growing number of automated test cases, it’s hard to have the test method names more descriptive, so testNG provides an attribute description to specify long description to understand what the test method is all about. TestNG groups In each release test cases keep adding to existing suite and after many…

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