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 |
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
Hi All, I need code for how to execute qtp scripts from excell sheet
Explain the views in the QTP GUI?
how to pass parameters from one action to another using output parameters I am not calling action 2 from action 1, they are being called individually I need syntax please .. Requirement: Action 1 customer = Browser(" ").Page(" ").Link(" ").GetROProperty("value") I want to use the value stored in customer in Action 2 I do not want to use any of these actions as re-usable actions
What is the scripting language used in QTP?
How can we disable smart identification at the time of recording? Ideally, smart identification should be enabled only at the run-time.
Write a script to customize the test results in PDF and HTML format.
In QTP TEST DIRECTOR COMBINATION WHAT IS THE PURPOSE OF TEST DIRECTOR? In Somebody says to store test cases and design test cases.?ok fine , but In test director 5.0 , QTp not launching. what u do?
What is the Major difference between QTP ; LoadRunner? If u want to test an 1. erp module which automation tool you would prefer and why? and 2. for web application, which tool and why?
i have a window , initial its name is "NEW CUSTOMER" i have to enter the details of customer in the test object fields and after saving the window name is automatically changing with the customer name . so how to identify that window after saving. (i am using descriptive programming.)
What are the environment variables?
I have a library function , with that function 100 scripts are being called. The library function is changed(something is added) . how do i update all the scripts.