Answer Posted / purni
Hi Uday Kumar_anem ,
how we can get exact coordinates in
the application. And one more doubt is when ever the
appliction cannot recognize the object, as per my knowledge
we have to enable the smart identifier. This will assign
the assisive property to recognize the object, If this
doesn't work we go for the ordinal identifier.If you can
clarify my doubt I would be very thankful.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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
What is recovery scenario manager? When you go for recovery scenario manager?
describe some problems that u had with automating testing tool?
Is QTP supports Unix. If yes, then how the test automation is done?
What is the meaning Work bench?
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
How you can find length of array in qtp?
what are the limitations of smart identification in qtp 9.0
In qtp, how you can get the last character from a string?
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?
what type of run time errors you get while you ar edoing rpg program?
Can you write a script to check if the folder exists or not?
How many tabs are available in debug viewer pane?