0

Im working on an application where client sends me the selenium files and i have to execute those files in Selenium webdriver. I dont want to use Selenium RC. I did a small research and all i could found is recommendation to use Selenium RC. Please help. A link or code will be helpful.

Vithushan
  • 503
  • 3
  • 9
  • 34

1 Answers1

0

TestNG by itself provides such functionality - execution model. You use TestNG with Silk4J to create sequenced regression tests (assuming this is waht is required from you). All of the tests execution can be in a specific order - and some tests trigger a 'skip all remaining tests' when a super-critical error occurs.

I'm sure that you'll find these TestNG resources helpful:

Community
  • 1
  • 1
ekostadinov
  • 6,880
  • 3
  • 29
  • 47
  • i didnt mean automation automatic. I was asking about how to execute it at a point. Say 5 sec after the application starts the code will automatically run the testNG scripts. Thanks for stopping by. – Vithushan Sep 17 '14 at 12:21