I have given u a application.To automate it what are the
things will u consider?
Answers were Sorted based on User's Feedback
Answer / shamsher singh
1. Consider requirements
2. As per requirement identify how much automation testing
required.
3. which part of the application need to automation testing.
4. Automation tool
4. Framework
5. Most important test plan which contains every details
about every activity of testing.
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / samrat
1.Do a feasibilty study.
2.Gather the rqmts u want to automate.
3.Then go for the diff tools that are availabily in market
4.take the rqmts ,do the obj identification with diff tools
and mark the percentage of object identified per rqmt vs
the tool used to identify.
5.Cost and licence of tool
6.availablity of technical experts and assistance of tool
support
7.timelines
8.Based on above guideliness ,analyze and then decide
whether u want to go for automating the proj or not...
crct me if am wrong
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / shiva
1.when the application is stable we will go to automation.
2.Feasability study should done on the test cases.
3.feasability study should done on the Automation tools.
4.Estimations are placed.
5.Coding standerds should be define.
6.Framework should be define
| Is This Answer Correct ? | 2 Yes | 0 No |
What is Environment Variable and when we apply this in QTP?
What is the Difference between copy to action and call to action?
any one can explain about QTP proocess,means where to start and how to start Scripting.
When using descriptive programming?
how to capture (or) checkpoint for chineese or any other language except english using QTP in a web page. ( my application have 24 language, how to check those lanugages using QTP? is it possible). Please let me know
How can I check if a environment variable exist or not?
How to find duplicates in an array and remove them efficiently?
I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm? I used the add fn also..
explian about the qtp frame work? where u can use it in your project?
Hi friends I am new in Qtp. now i am Searching on Qtp give real time inter questions with answers.pls help me
Explain how Does Run time data (Parameterization) is handled in QTP?
how can we retrieve ten rows from the data table using loop concept?