Which tag in silk is the most reliable in a scenario
where content and order of object change frequently?
Answer Posted / shiva kumar
Hi Sunitha... iam not agreeing with you..because Index of
the object will change according to the order....window ID
is the reliable tag in those kind of scenarios.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to create and edit a testplan?
How to record a test case?
How to include a test case into a testplan?
How to create group and sub group descriptions in a testplan?
What is a silktest testplan?
What is the vo browser extension?
How to define an object verification in a test case?
What is silktest agent?
How to define values for a testplan attribute?
What is defaultbasestate?
What are the types of text lines in a testplan file?
What is the dom browser extension?
Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website
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
What are the important aspects of a test case?