What are the problems you faced while identifying an object
in silk?
No Answer is Posted For this Question
Be the First to Post Answer
Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website
How to record a test case?
What are the types of text lines in a testplan file?
How to run all test cases in a testplan?
How to open an existing silktest project?
What is the standard flow of execution of a test case?
What is Silktest?
What is the dom browser extension?
What is multi-tagging?
How to run a test case from a testplan file?
Hi All, An newbiee to silk test tool. I wanted to write a function which checks the browser type installed in the local machine & then based on the browser type test case should run. I tried little bit writing the function : Void Func_ValidateBrowserType() Window myWin myWin = Browser.GetRealBrowser () print (myWin) Any help please.. Thanks, V
Where are the testplan attributes stored?