What is the segue testing methodology?
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
can any one please tell me the full form of .g.t in silktest datadriven method
What is present in review report .
How to add objects of other pages to a test frame?
Whats the difference between Basestate & Default basestate?
How can you read the contents of PDF using silktest?
How to define values for a testplan attribute?
What is the syntax of ui object identifier used by dom extension?
How dom browser extension identify a web application ui object?
what are agents in silk?
What is the dom browser extension?
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