Does QTP work in UNIX environment
Answers were Sorted based on User's Feedback
Answer / tvl
QTP WORKS ON UNIX ENVIRONMENT BUT WINRUNNER DOESN'T WORK.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / rajkumar
YES
QTP WORKS ON UNIX ENVIRONMENT BY USING TERMINAL EMULATOR
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sreedhar
It Wont Support QTP Used For Only GUI Checking
| Is This Answer Correct ? | 2 Yes | 2 No |
At a time how many users can access QTP?
how interviews will be on QTP?
How to make arguments optional in a function?
How to find Operating system information using QTP script?
How to find Total no of Text Fields in the Page..Anybody please answer me..Thanks in Advance
If 3 browsers are opened in our system, how to enter the facebook url into second browser by using descriptive programing
Hi,Every one,my name is RAHUL,aim wondering if any one got QTP software? If yes,can u plz knock on to gchinthakindhi@gmail/yahoo.com. THANK U.
Can u tell me example for virtual objects?
What are the 3 main stages involved in testing with qtp?
Can any body please tell me the steps of keyword driven framework of QTP.
In an application you have a web table. You are provided with an external Excel sheet with the same structure as that of the web table. How will you retrieve all data from the web table and compare it with corresponding data available in the excel sheet, using QTP? How will you report the results in QTP?
We have an application which generates links( more than thousand) based on the time stamp dynmically.Each link will download an xls file. we are supposed to click a particular link (which link to click will be obtained thru some buisiness logic).Now the issue is QTP is not recogniging the link(say Var1) though its properties showed mandatory fields text=xyz and html tag=A.I used following code to do this. Browser("ABC").Page("123").Link("text:=" &Var1,"html tag:=A").click, can any one suggest why this is not recognised by QTP though syntax is correct?(Is there any sync issue to be considered?Because on clicking the link it will take 5 mins to open that file)