문제

I have manual test cases written in Excel file with an unique Id associated with each test case. I have test methods written for these test cases using Selenium Webdriver+TestNG.

I need help on following: 1.How should I map the manual test case Id with automated test cases? 2.I need to run the automated test cases in the order of occurrence of manual test cases.

Thanks in Advance!

올바른 솔루션이 없습니다

다른 팁

You can use Apache POI API or JExcel API to read/write data from MS Excel.

Here is a tutorial of TestNG with JExcel - http://functionaltestautomation.blogspot.in/2009/10/dataprovider-data-driven-testing-with.html

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top