Hi all im having a pop up validation browser which is 20 in
number, i want to close those similar pop browsers one after
the other, is there any specific code for that? i tried by
giving creation time & putting in a loop but it dint work?
valid working answers will be greatly appreciated
Answers were Sorted based on User's Feedback
Answer / uday
Hi,
Definitely it can be done by creation time.
What sort of error message you are getting while using
creation time?
Thanks,
Uday.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mahaboob
Definitely we can do it without writing the script through
Recovery Scenario.
| Is This Answer Correct ? | 1 Yes | 1 No |
Explain the concept of object repository and how quicktest professional recognises objects?
How to execute a WinRunner Script in QTP?
What is the difference between byref and byval in qtp?
what is memory leakage?
16 Answers ITC Infotech, Panamax, TIT,
what to do if application have 3 "ok" button with same logical name and same properties, how qtp can identify them.
An object is created, i dont know the methods available for that object, i want to find methods available for that object and use the required method. How i can do this???
hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me
Iam doing automation in Oracle App's using QTP? In App's because of some functional setup, keep on changing my script flow. for this how can i use the recovery sceanrio?? Please help me?
What are the framework folders?
I dont know how to configure non standard objects to standard objects in QTP9.2 can i have someone explain me in breify?
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
Distinguish between manual testing and automation testing