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
Is there any way of passing values at runtime? Like scanf does in C.
How to define values for a testplan attribute?
can any one please tell me the full form of .g.t in silktest datadriven method
What is the vo browser extension?
What are the problems you faced while identifying an object in silk?
Can silktest switch browsers automatically?
What is the standard flow of execution of a test case?
How to test your defaultbasestate?
How to run all test cases in a testplan?
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 the syntax of ui object identifier used by dom extension?
What is defaultbasestate?
What is multi-tagging?
What is silktest agent?
How to run a test case from a testplan file?