How to convert non-reusable action into reusable action in
QTP?(i know by default QTP will take it as a non-reuable
action )(Chandana) plz urgent?
Answers were Sorted based on User's Feedback
Answer / nirmal sahu
right click on the Action-Action-Action property-In the
General Tab you will get a checkBox(Reusable Action)
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / chandini
Hi
Goto Step->Action Properties->Click on reusable.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / shanthi
Access Menu Edit >> Action >> Action Properties
The general tab of action proerties has a check box for
Reuseabe action
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / suresh anagani
Right click on the Action->Action Properties->uncheck the
Reusable-Action option
Thanks,
-Suresh
| Is This Answer Correct ? | 1 Yes | 0 No |
Iam trying to write script for Rediffmail Page,in doing so the script line for go button is not accepting. Is their any other way other than . Browser("micClass:=browser").Page("micClass:=Page").Link ("micClasss:=Link","name=go")
Hi, I have weblist which contains the data like Design change,admin edit and cost saving etc.. User doesn't know the values existed in weblist. Now the user has to select the right value from the list otherwise the test will fail. Pls help me "To select the correct value from the list"
explain virtual object? in detailed? pls any one explain me?
Is there is any method how to connect remote desk throw QTP if yes please answer with a example?
What is an Custom Object in QTP ?
the question was on what techonlogy u been working on i said VB then he asked me the addin for VB in Qtp?
I'm having a problem to get the status(pass or fail) during runtime for every iteration ran, and must get the results stored to an excel sheet if possible.
How do we edit the script in QTP. Anybody can explain in detail..Thanks in advacne...
can i automate java web application using qtp web addin only not using java addin
How do u retrieve data from a text file into different variables. i.e. in a text file named "source" , the data is like : india,1000,japan,200,china,50,singapore,45050 this is given in the first line of the text file. in the second line of the text file the dta is: sun,moon,planet,river,earth,water if u use "readline" method by using FSO concept u can retrieve the entire line in to a variable. but i want to import each field (ex: "india" in one variable, "1000" in another variable etc..). Apprecitae proper replies.
What is object spy in quicktest professional?
can we call a test in another test?