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 to run all test cases in a testplan?
What is the dom browser extension?
What is a test frame?
What is 4test?
Can silktest switch browsers automatically?
How to define an object verification in a test case?
How record a test case into a testplan automatically?
How to test your defaultbasestate?
What is silktest project?
What is the vo browser extension?
Where is a testplan stored?
How to create a test frame?
What is silktest host?
Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website
can we test the application by inserting checkpoints using silktest as we do in qtp and winrunner and also what are the automation frameworks in silktest