简体   繁体   中英

How to execute selenium java class files one by one using Eclipse?

Currently working on selenium-java code. i want to execute scripts of selenium java classes one by one using eclipse for example: i have signup class first and email verification class second currently i am running code manually means running first class file after that second i want to execute that file automatically one after another Please help me

Looks like you are missing testing framework like jUnit / testNg.
Using such framework will allow you to run specific tests, test suites, test classes etc. in desired order and priority, to enable / disable wanted / unwanted tests / test suites etc.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM