Hi all , I have installed the QTP 11.0 Whenever I am
opening QTP that time if any open Internet Explorer I was
getting message (Internet Explorer has encountered a
problem and needs to close. we are sorry for inconvenience
caused) and same way new browser also not opening. If you
have any idea please let me know.
Answer Posted / balajireddy1980
Hi Niin I am using ie 8 only.And qtp 11 will support silver
light 5?
Thanks
Balaji
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?
Is virtual object supported in low level recording mode?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?
How will you check a web application for broken links using qtp?
what is vmodel?advantages and disadvantages of vmodel?
What is the architecture of your project? Can any one answer for this question plz........
please any one can explain the keyword driven framework. with gmail example.
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
Is it possible to switch between recording modes during a test creation?
What are private functions in QTP? How they can be called from the function library?
How to open a new test using quicktest professional?
For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
What is the virtual object?