The functional-testing tag has no usage guidance.
1
vote
1answer
72 views
How to pass object generated by certain test class to another test class using webdriver and testng
I am contemplating on creating a public api for my team to use that will encapsulate the workings of webdriver and testng as it's main tools.
Primary to the concern is re usability of code when ...
1
vote
0answers
109 views
automated acceptance testing / BDD & workflow for designing a system
Recently, I started reading the book Specification by Example, which relates to automated functional testing and BDD (from what I've understood till now).
I've tried using Concordion (.Net), and ...