saurabh1484Contributor14 years agoHow to get the script name in codeHi,Is there any way to get the current running script name using c# script? Regards,Saurabh
AlexeyKryuchkovAlumni14 years agoHi Saurabh,If you use test items to organize your tests, the following code snippet will return a string containing the script name:Project.TestItems.Current.ElementToBeRun.Caption
AlexeyKryuchkovAlumni14 years agoHi Saurabh,If you use test items to organize your tests, the following code snippet will return a string containing the script name:Project.TestItems.Current.ElementToBeRun.Caption
Recent DiscussionsTestExexute sometimes not recognizing objectKeys method sometimes adds period(.) in the middle of textHow to fully automate test complete UI test cases flow
Related ContentCovert some code from javascript to Groovy scriptScript code for Checkpoint validationHow to get the script return code