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
What is the standard flow of execution of a test case?
What is silktest project?
How to run a test case from a test script file?
How to test your defaultbasestate?
What is a test frame?
How to assign attribute values to test cases?
How to add objects of other pages to a test frame?
What is silktest host?
how to pass TDS intery in tally?
What is 4test?
can any one please tell me the full form of .g.t in silktest datadriven method
How record a test case into a testplan automatically?
How to select a group of test cases in a testplan to run?
How to create a test frame?
How to open an existing silktest project?