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 |
If object is not recognized by qtp but the object is standard object what is your approach?
I would like to do some certifications in QTP. please suggese what kind of certifications can i do. I am currently put up at chennai. So please suggest some reputed centres where these courses are offered.
How the exception handling can be done using QTP
how to test one edit box using Java addin for Web Applications? write script?
Qtp has been installed on my pc but recently ON opening it is giving this error PLEASE REPLY IT IS URGENT IT WAS WORKKING FINE QTPRO.EX THE instruction at "0x7.. ...". referenced memory at "0000....The memory could not be read... Awaiting QTP XPERTS REPly URGENT
Hi experts. I want to create a framework for the Flight Reservation sample application.Can anybody tell me the files and the contents , and how to create them.Thanks
what is the difference between action and function
11 Answers AppLabs, BirlaSoft, Infosys,
How to insert screenshot on to the body of outlook? -1 how to use insert-picture tab in new email outlook to insert image in the body. Suggest something.......
How to Identify broken links in QTP
Name the different types of recording modes?
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
I have two For loop, first For loop does is creates a customer and input the customer info and then the second for loop within the first for loop does the follows which is capture the customer name and verify the with the data within the datatable. The problem I am coming across is that when it goes through the second time creating another customer and then verify the second customer then it creates the following during runtime. I want is to have the customer2 below Customer1 under the Customer_from_Apps. Any help will be greatly appreciate it. Customer Customer_from_Apps Customer_from_Apps1 Customer1 Customer 1 Customer2 Customer2 Window("Customer Desktop").Window("Customer Tracking (Privacy").WinObject("TreeView20WndClass").Click 92,244 runtimevalue = .VbTreeView("vbname:=AppServerTree").GetROProperty("Selectio n") Customer_Val= Datatable.GlobalSheet.AddParameter ("Customer_from_Apps",runtimevalue) row=datatable.getsheet("Global").GetRowCount For x=1 to row datatable.SetCurrentRow(x) Data_Val=Datatable.Value("Customer",dtGlobalSheet) If (trim(Customer_Val)=trim(Data_Val)) Then Reporter.ReportEvent micPass, "Customer validation successful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val else Reporter.ReportEvent micFail, "Cusotmer validation unsuccessful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val End If Next