This is sample sample code trying to fetch all test Id's from excel and I need to execute corresponding test methods where testid = testmethod
Asked
Active
Viewed 79 times
0
-
Implement the IMethodInterceptor listener - You can filter the tests you need to run. I am not sure but it might not work with test methds which are in a dependency chain with other test methods. Refer this - http://stackoverflow.com/questions/28824620/whats-the-differences-between-iinvokedmethodlistener-and-imethodinterceptor-in-t – Grasshopper Apr 18 '17 at 07:05
-
Could you share `TestIDAmcLogin01` and explain how you want to run the test? – juherr Apr 20 '17 at 10:14
-
Thank u Grasshopper.. – sab123 May 07 '17 at 07:50
-
@juherr i got what i was trying to do..Thanks u – sab123 May 07 '17 at 07:52