Does QTP recognize two diff browser's at a time..?if
possible how..? Is it possible run scripts on Mozilla which
are recorded on IE..?..How..?
Answer Posted / deba
Hi,
The first question was asked not to test on IE OR NetScape
OR Mozila. As per my understanding, Actually the question
was as below:
Let me take a real life example:
When we are opening the naukri.com, then at that time,
simultaneously two more browser windows are opening as
default.
We can take another example of rediff site:
When we are opening rediff.com then one more broser is
opening.
So in the above scenarios, how can we handle in QTP? I
think one answer given by Jagdish Kanna is somehow right.
But please try to understand the real question and answer.
Dear Aravarajesh456, Please rectify me if I am
wrong/misunderstood.
Thanks in Advance,
Deba.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between run time object and test object?
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
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
what could go wrong with test automation?
Explain the qtp test phases.
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
write script for bitmap image?
How will you check that your test cases covered all the requirements?
Whether qtp 9.0 supports Test director8.0
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
Hi All, I need code for how to execute qtp scripts from excell sheet
Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)
What is synchronization point in QTP?
How many types of run modes are there in qtp?
How to call a test from another test?