What is the standard flow of execution of a test case?
No Answer is Posted For this Question
Be the First to Post Answer
Whats the difference between Basestate & Default basestate?
What are the problems you faced while identifying an object in silk?
Is there any way to retrieve content of the image i.e If image contains text... how to retrieve in silk test In QTP there is GetVisibleText is there any function similar to this in silktest...
what is the base class for all the classes in silk?
How to open an existing silktest project?
Imagine you have a string variable that holder a credit card (16digit). There are multiple ways of obtaining last four digits of this number programmatically on a run time. Name one; for practical purpose variables name is sCCnumber?
How can i used If Else statement in Silk Test. And my table name is login how can i get rowcount in the table having
What is the standard flow of execution of a test case?
Is there any way of passing values at runtime? Like scanf does in C.
How to test your defaultbasestate?
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