Can we use regular expressions to facilitate dynamic
objects identification by SilkTest?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / venka
above all methods r wrong ..
guys i would like to share one simple method wit u ppl
as v know very well like regular expression is used to handle run time .. suppose i fax order value during the recording time is fax order.227 .. when u vil execute de script again that time value vil get incremented by ..which vil cause interuption during the execution
see the script
FlightReservation.DialogBox("Fax Order No. 227")
u have to replace this script with below metioned script
FlightReservation.DialogBox("Fax Order No. *")// by this u r instructing to tool that dont consider the value of fax order during the execution time
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
Answer / 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 |
In "Property" the user-defied property can have two functions only, define that?
What is defaultbasestate?
what is silk testing?
what is the statment/command for invoke the browser from script
What are the important aspects of a test case?
Is there any way of passing values at runtime? Like scanf does in C.
How to Write user defined functions?
Can we use regular expressions to facilitate dynamic objects identification by SilkTest?
Why should we use Silk test .we can use QTP or other tool .What is the difference.
Imagine you have a string variable that holder a credit card (16digit). There are multiple ways of obtaining last four digits of this number programmatically on a run time. Name one; for practical purpose variables name is sCCnumber?
What are the types of text lines in a testplan file?
what is the operator for carriage return(Enter) in Silk Test for File.