Monday, December 31, 2018

What is TesNG and What are the annotations in the TestNG?
     Ans: TestNG is testing framework to run the test cases. TestNG supports annotations like:
      @BeforeSuite
         @BeforeTest
           @BeforeClss
              @Test
              @Dataprovider
              @Cachelookup
           @AfterClass
         @AfterTest
       @AfterSuite

Related Posts:

  • Software Development Life Cycle (SDLC) SDLC:  A Framework containing the Processes, Activities, and the Tasks involved in the development, operation and maintenance of a software project (spanning the life of the system) from the definition of its requir… Read More
  • STLC (Software Testing Life Cycle) Software Testing Life Cycle: Below is the summary of STLC along with Entry and Exit Criteria: Following phases are involved in STLC: Requirement Analysis Test Planning Test case development Test Environment setup Test Execu… Read More
  • Armstrong Program in Java Write a Java program to find whether given number is Armstrong or not Armstrong numbers are: 153, 370, 371, 407 Definition: We call a given number as Armstrong if it is equal to the sum of the powers of its own digits. Ex:&n… Read More
  • BufferedReader vs Scanner Difference between BufferedReader and Scanner: It can parse the user input and read an int, short, byte, float, long and double apart from String. On the other hand, BufferedReader can only read String in Java. BuffredReade… Read More
  • Arraylist vs HashMap Difference between Arraylist and HashMap? ArrayList implements List Interface while HashMap is an implementation of Map interface. Memory consumption is high in HashMap compared to the ArrayList. ArrayList maintains the ins… Read More

0 comments:

Post a Comment

Selenium Training in Realtime

Blog helps to a student or IT employee to develop or improve skills in Software Testing.

Followers

About Me

My photo
Hyderabad, Andhra Pradesh, India
I am Automation Testing Professional. I have completed my graduation in B.Tech (Computers) from JNTU Hyderabad and started my career in Software Testing accidentally since then, I passionate on learning new technologies

Contact Form

Name

Email *

Message *

Popular Posts