Under what conditions would you recommend QTP for future projects?
Answer Posted / ramchandra patil
Hi,
1. if your AUT is developed on Windows Operating system.
2. if tests repeated very often.
3. if AUT is Product
4. if tests validates functionality not look and feel.
these are the points where I recommend QTP.
if anyone add any points then it would be great.
Thanks,
Ram
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is expert view in qtp?
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
I am in .Net development for past 3.5 years and want to enter in to automated testing and learn QTP. For this I need some good tutorial for beginners. I will be really greatful if any one has and they can send it to me on this address- ruchidureja@gmail.com
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
The hybrid framework can be implemented for any application. Is it true?
How many types of actions are there in quicktest professional?
How you can write contexts to text file in qtp?
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
How is UFT 11.5 version different from UFT 12.0?
What are the main differences of qtp and win runner?
How the smart identification is used in real time?Please explain with an example
How can we conduct U-I Testing by using QTP??????
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
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
While spliting an action in QTP 10.0 getting an error : "This Line is a part of Script Block.You cannot split the action on this line." how to re-solve this and split the script into actions?