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 |
what is batch run ?
Does QTP record on Objects created on XWindows Environment?
What are different versions in Win Runner ,QTP ,Load Runner and Test Director till now and atleast please let me know new features for each version. Ex QTP8.2,QTP 8.5.QTP9.2 supports Mozilla 2.0
What is the virtual object?
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
what difference between client and server applications exatly?
how to write the descriptive programming in QTP for loginwindow.without using Step generator,object repository for referecnes
How can the expected image for a bitmap checkpoint be recaptured in QTP
I have below user Defained function function AddTwo(ByVal a, ByVal b) Dim Ans Ans=a+b MsgBox Ans End function Now my question comes here...from given below methods which method is right to call above function?Which is Wrong and why? 1. AddTwo(2,4) 2. Call AddTwo(2,4) 3. AddTwo 2,4 4. Call AddTwo 2,4
we have one text box and one list box(list box appear in same page or another page) what ever the text enter in text box that must be displyed in list box as first one. for example if we enter 10 in text box that is the 1st item in list box . after that we enter 11 then 11 is the 1st item and 10 is 2nd item. the maximum limit of list box is 10 items. if we enter 11th item the 10th item is deleted and llth one is add as 1st one and 9th one goes to 10th position part2:maore than the answer for this question i want the the reason why testers go for this kind of risk.what is the use of we testers having these kind of attempts.is that not the problem with the developer .pls answer .real time users of tools.in which way these solutions help to test with r without affecting the developed souce code.
when there is a task that gets repeated in multiple scripts what do you do in QTP?
How to execute a WinRunner Script in QTP?