i want to pass parameters with some values in the same test.
How to call the parameters in the test and to associate it
Answer Posted / arun
1.Associate that action to your main action
make sure you have declared the parameters in Accociated
actions... (both input and output parameters)
2. Call that Associated action from the amin action
using "RunAction" command
Syn:
RunAction "Action Name","Input parameter1","Input
Parameter2"....,"output parameter1","output parameter2"...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is modular automation?
What is the process of Automation Testing?
Hi All, Is there any free automation tool for windows application and it's easy to use? I usually take a lot of time to regression test my application when there is a new build on live environments (about same 10 environments) I wish I know a automation tool to regression test and ofcourse it's free, easy to use (maybe using C#) Could anybody can advise to me a tool like that? I very appreciate ^^
What is build verification testing, bvt?
Explain some automation testing tools.
Tell us what is junit? And what is junit annotation?
Explain me how do you send enter/tab keys in webdriver?
HOW DO YOU PERFORM SECURITY TESTING TO VERIFY FIREWALLS,PASWORD ENCRYPTOPNS ETC?
Explain about basics of rational robot - ibm test automation tool?
How to login into any site if it's showing any authentication pop-up for username and password?
Tell us what is the difference between single slash (/) and a double slash ( //) in xpath?
did anybody take online training from Mind Q systems hyderabad? please share your experience. thanks
how to import specifically 2nd column elements to runtime datatable in excel sheet if it contains 3 columns
Where you have applied oops in automation framework?
Hi I need the following information about JMeter 1) How many(max) threads(users) can hit the website using Jmeter? 2) How long(in hours) can we run Jmeter for stress test? (Is there any “Memory full” issue if we run for long time?) 3)What typeof sampler to use for clicking on the link?