Can we use regular expressions to facilitate dynamic
objects identification by SilkTest?
Answer Posted / 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 |
Post New Answer View All Answers
How dom browser extension identify a web application ui object?
What is 4test?
Can silktest run on mac?
What is a silktest testplan?
How to include a test case into a testplan?
can any one please tell me the full form of .g.t in silktest datadriven method
Can silktest switch browsers automatically?
How to create a test frame?
What are the default testplan attributes?
What is multi-tagging?
What is the standard flow of execution of a test case?
How to define new testplan attributes?
How to create group and sub group descriptions in a testplan?
Where are the testplan attributes stored?
What are the important aspects of a test case?