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"
where XYZ keeps changing depending on user login or say
environment due to which scripts fail.
You can make it dynamic using regular expression
by replacing the tag by
"$Welcome???" or "$Welcome*"
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
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?
What is a test frame?
Can silktest run on mac?
What are the problems you faced while identifying an object in silk?
What is the vo browser extension?
How to create and edit a testplan?
How to assign attribute values to test cases?
What is multi-tagging?
What is the segue testing methodology?
How to run a test case from a testplan file?
How to create a test frame?
How record a test case into a testplan automatically?
How to include a test case into a testplan?
What is the dom browser extension?
What are testplan attributes?