Answer Posted / swapna
sleep(seconds);
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
How to run all test cases in a testplan?
Is there any way of passing values at runtime? Like scanf does in C.
How to include a test case into a testplan?
how to pass TDS intery in tally?
can we test the application by inserting checkpoints using silktest as we do in qtp and winrunner and also what are the automation frameworks in silktest
How to create group and sub group descriptions in a testplan?
What is the standard flow of execution of a test case?
How to select a group of test cases in a testplan to run?
What are the types of text lines in a testplan file?
How to add objects of other pages to a test frame?
What are the important aspects of a test case?
What is the segue testing methodology?
Where is a testplan stored?
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
How to open an existing silktest project?