Can we use regular expressions to facilitate dynamic
objects identification by SilkTest?
Answer Posted / madhu
You can use regular expression supported in 4test
for example for a window whose tag is
"$WelcomeXYZ"
You can make it dynamic using regular expression
by replacing the tag by
"$Welcome???" or "$Welcome*"
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
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 is the dom browser extension?
How to assign attribute values to test cases?
What is defaultbasestate?
What is silktest host?
What are testplan attributes?
Can silktest run on mac?
What is the segue testing methodology?
Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website
What are the problems you faced while identifying an object in silk?
How to create group and sub group descriptions in a testplan?
What is the syntax of ui object identifier used by dom extension?
What is the vo browser extension?
Is there any way of passing values at runtime? Like scanf does in C.
How to add objects of other pages to a test frame?