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
Where is a testplan stored?
How record a test case into a testplan automatically?
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
Can silktest switch browsers automatically?
What is silktest agent?
How to create a test frame?
How to run a test case from a testplan file?
What are the problems you faced while identifying an object in silk?
How to download latest silk test trial version?
How to include a test case into a testplan?
What is the vo browser extension?
What are the default testplan attributes?
can any one please tell me the full form of .g.t in silktest datadriven method
Hi All, An newbiee to silk test tool. I wanted to write a function which checks the browser type installed in the local machine & then based on the browser type test case should run. I tried little bit writing the function : Void Func_ValidateBrowserType() Window myWin myWin = Browser.GetRealBrowser () print (myWin) Any help please.. Thanks, V
What is stored in a test frame?