I have a library function , with that function 100 scripts
are being called.
The library function is changed(something is added) . how do
i update all the scripts.
Answer / ramchandra
I think no need to make changes in all scripts as u made changes in function definition.but if u made changes in no of parameters then u must make changes every script.
Please let me know it's cleared.or elaborate ur question.
| Is This Answer Correct ? | 4 Yes | 0 No |
Hi, Can anyone write the following qtp script...please its urgent ·Navigate to Google in a new IE instance ·Search for the following word "Gap, Inc." ·Iterate thought the first 10 pages of google ·On each page collect the following ·The "blue" page title ·The "green" url ·Output all the data into a file named "test_output.txt" ·Format "Title – URL"
Is it possible to change the name of a test object. I mean when we are recording the script for an object (for Ex: Username is a text field which has value "Babu",i am recording that). Then the Name of the object will become "Babu" in object repository. If i want to change "babu" as "xxxxx" .. is it possible to do? Pls help me in this .. if you didn't understand the question, pls let me know.
In qtp, explain what is keyword driven automation framework?
please any one can explain the keyword driven framework. with gmail example.
Explain what the difference between Shared Repository and Per_Action Repository
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
In a web site, Protocal has been changed http: to https: what is your approach?
In Manual testing , can u prpare bug report in TD?
Are You using any frame work? What is that? Explain about that.
How should i find out whether the cursor is moving horizantally. when tabbing continuously
We need to verify the user name & password in for the user validation. But we don't want to use the parameterization/ loop for user name and password. What is the way in scripting so that user & password will generate automatically.
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)