When a requirement is given to u to automate , What is ur
basic approach ?
Answers were Sorted based on User's Feedback
Answer / sreekanth chilam
1.Intially have Clear understanding of the functionality of
the requirement.
2.then check it is Feasible to automate this requirement or
not.
3.If it is Feasible,know in which language application is
developed,then ensure that compatible add-ins are installed
for Testing the application.
4.check whether requirement needs one time testing or long
term(Need to be tested multiple times.
5.Then start Test Script Development by using QTP
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ycy
So many things we need to lookup
1.Whether it is feasible to automate this application
2.Which language application developed, indentify the tool
to support application
3.Application whether it is one time testing or long term
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / santhosh
The basic approach here is to intially check wether there is
possibility for automating the reqiurement?
if yes, then automate it using tools
if no, try to elobarate the need
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a checkpoint? How many check points are there in qtp?
Hi, I have weblist which contains the data like Design change,admin edit and cost saving etc.. User doesn't know the values existed in weblist. Now the user has to select the right value from the list otherwise the test will fail. Pls help me "To select the correct value from the list"
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?
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.
How do we retrieve the content from a text box in a web page
what frame work you are following?
1. Can anyone help me with recovery scenarios, each type with examples and also what is on error resume next?
how can we know the program is testing by multiple test data in data driven frame work?
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma
write script for bitmap image?
DIFFERENCE BETWEEN WR 8.2 & QTP 8.2? HOW TO INTEGRATE WITH SOME OTHER TOOLS?
i have batch scripts in qtp and i want to update the status like pass/fail in excel sheet after excecuting the every script in batch.how to write the script for this?