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
Tell me what type of scenarios can be automated?
What is javascriptexecutor and in which cases javascriptexecutor will help in selenium automation?
What is a xpath?
Tell us the difference between assert and verify commands?
test cases test wheather window? test cases to test calculaor? test cases to test a reverse string program? test cases to test program{ int.parse(sting str) $return (int)}? test cases to test program{display string length}?
Which is the best place to learn Loadrunner performance testing in hyderabad ?
What is test automation?
Why do you prefer selenium automation tool?
Tell me the fundamental difference between xpath and css selector?
in keyword driven frame work..where Driver Script is locate? is there any inbuilt script for driver script?who writes the driver script?how to call it any body can tell me with an example...like(yahoo login,inbox, logout).
Tell us what is the alternate way to click on login button?
What is hybrid automation?
In what condition we cannot use automation testing for agile method ?
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?
Explain me what is the difference between setspeed() and sleep() methods?