Tank302
3 years agoOccasional Contributor
Name Mapping for web application testing.
Historically, many web application testing projects have been written using name mapping. And during tests, name mapping often stops working. Here is an example of 6 test cases. I run 2 functions three times. It doesn't matter what their order is, but name mapping always stops working on the 6th test case.
The problem is solved if after 5 test cases close and open the browser. But this is incorrect and time consuming.
Help please.