Can we use regular expressions to facilitate dynamic
objects identification by SilkTest?
Answer Posted / skylark
Whenever you want to identify dynamic objects, use "Index"
(e.g. #1), "Window Location" or "Prior text". You can use
them together using "multitag" .Generally, those properties
dont change in dynamic objects
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
How to create and edit a testplan?
Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website
How to create a new silktest project?
How to record a test case?
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 dom browser extension identify a web application ui object?
What are testplan attributes?
What is a test frame?
How to specify a browser extension to a web application?
How to define values for a testplan attribute?
In SilkTest we have a function Except Log which displays the path of the error occured in a Script.In QTP do we have any function like that?
How to run all test cases in a testplan?
How to run a test case from a test script file?
What is stored in a test frame?
Where is a testplan stored?