Posts: 1
Threads: 1
Joined: Dec 2011
Reputation:
0
12-28-2011, 08:22 AM
Hi,
After each test case run I want to set flags correspondingly.Is there any method by which I can know the last test run status.I used Lastrunsttaus and it always shows the status as Running.
Thanks,
Ramya
Posts: 426
Threads: 4
Joined: Aug 2011
Reputation:
0
12-28-2011, 05:15 PM
Hi,
Is ur requirement is something like a single script driving n number of scripts and u want to store the result of each n number of test cases?
Please elaborate. If yes then I can surely help u and if not, then u must create a .txt file which will include the run status(say this run is nth)in it, when u go for antother run i.e. n+1 then u can refer the .txt file for the run status of previous execution and one more solution u can go for settings.add(key,value) to store the result. Please try this and let me know in case of any query.
Regards,
Sankalp