- Open Eclipse
- Go to Help – Install New Software – Click Add
- In Add Repository box, type TestNG and type the URL http://beust.com/eclipse
- TestNG plugin will added into Available Software List.
- Click on Next and follow the installation screen to complete the setup
- Restart Eclipse and go to Run menu and open Run Configurations
A blog on Selenium WebDriver, Java, VB Script, Software Testing, SOAPUI, Groovy, SOA Testing, Mobile Testing, Appium etc.
Wednesday, 30 October 2013
How to Install TestNG in Eclipse
Thursday, 24 October 2013
Hybrid (Keyword + Data) Framework using Selenium WebDriver, JXL API, Log4J
Selenium Test Framework is a test automation framework, is developed using WebDriver, JXL API, LOG4J and MS Excel. It has following features -
- Hybrid (Keyword + Data) Framework
- Firefox browser testing
- Data Driven testing using XLS file, write one test method against multiple test data sets
- Well defined Tear Down feature, which provides ability to continue with test execution even in test failures/application crash
- HTML Test Report
- Test Script creation in XLS File
Visit link https://drive.google.com/file/d/0BypxAnZwsvAcYlVCajhMME5paWs/viewDrop a message if you want to download framework code.
Wednesday, 2 October 2013
What is the difference between Browser and Page
Browser and Page are two different type of objects. A browser is a topmost level object for a website. and a page comes one level below it... One Browser object can have multiple pages inside it.
Subscribe to:
Posts (Atom)