Answer Posted / nitin
Cursor.wait ("pointer",seconds)
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How to create group and sub group descriptions in a testplan?
What is the segue testing methodology?
How to define new testplan attributes?
How to record a test case?
how to pass TDS intery in tally?
What is the standard flow of execution of a test case?
What are the types of text lines in a testplan file?
How to include a test case into a testplan?
Where are the testplan attributes stored?
What is silktest host?
How to create and edit a testplan?
What is multi-tagging?
How to open an existing silktest project?
What is a silktest testplan?
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