Does QTP work in UNIX environment
Answer Posted / sreedhar
It Wont Support QTP Used For Only GUI Checking
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
how to do the batch testing in test director using manual testing procedure?
What is 'sleep' in sync point?
Suggest and Define a solution for an application whose objects are not recognized by UFT?
What are the differences between quicktest professional (qtp) and winrunner?
How did you use regular expressions in QTP and also in WR?
How to find the path of folder in which the test is saved in qtp?
How can I change object description or check point values in qtp?
How to find Operating system information using QTP script?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
how could i download qtp in which i get add-in support for 'oracle' is there any way to get it? i finding but not getting pls help me out :)
Explain advantages and disadvantages kdf?
Explain different recording modes?
Hi.. I want to do parametrization for selecting perticular flighr say XYZ by using local table: criteria: 1.If flight is available msgbox "Flight is available" and then select flight from flight table and click to ok button after that as enter username and ticket no and then stop 2. otherwise msgbox " Flight is not available" and stop Please help me out ..and let me know your responses on dipak.bachhav@gmail.com Regard, Dipak
What is action split and the purpose of using this in qtp?
Explain object spy in qtp.