Skip to main content

How to install TestNG

TestNG in the software that you can download inside the eclipse. Th Installing the TestNG, following are the steps need to follow.


Step 1:  Launch the Eclipse

Step 2: Click on "Help" navigation from top Menu

Automation Testing, Selenium Web Driver, TestNG
Step 3: and then click on "Eclipse MarketPlace"
Automation Testing, Selenium Web Driver, TestNG

Following window will show
Automation Testing, Selenium Web driver, TestNG Installation Procedure

here you can see the all installed software and search the new software that you want to install.

Step 3: In search tab you can type "TestNG" and search the Software and then you can click on install button showing the right side of the software.
after installation , you will see the following in the Marketplace tab
Automation Testing, Selenium Web driver, TestNG


Then following TestNG class is showing

Comments

Popular posts from this blog

What is API?

In general way, API (Application Programming Interface) is the intermediate software which is useful for two applications to communicate. API is the tool which is used for interaction of two applications. If developer developing any software which have multiple blocks (Modules) than developer use APIs to put them together.

Ad-Hoc Testing

Ad-Hoc Testing is the testing type which is performed without any proper procedure and without any Requirement Specification. Ad-Hoc testing is totally informal testing which have intension to break the application as early as possible and found important defect early.  In Ad-hoc testing tester do not have any test cases so only the users who have very high knowledge regarding the application only they can perform Ad-Hoc Testing.

Difference between Error, Bug, Defect and Failure

Error: Any mistake in the coding called error. The mistake may be Syntax error, Logical errors or other GUI errors lead errors in any software. These are from developer side. Defect: The error which made by developer and during testing, Tester is able to find that errors,  means if actual result deviated from expected result then that error called defects. This is caught by testers. Bug: The defect which is developed by tester team, if expected by the developer team then that defect called an bug. Failure: If the Software does not meet the client requirement then this is called failure of the software.