from what stage you will start automation in your project
Answers were Sorted based on User's Feedback
Answer / tvl
In the execution time when we have findout repeatable
actions ,then we will use the QTP.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / murali
When the application is stable enough. i.e., when the UAT
is done and one phase of the application signed off.
That particular phase can be automated.
Before automating one need to consider the points
Need to be automated
-> Can be automated
-> Cannot be automated
Technically difficult
Need not to be automated
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / deven
Product based
-develope products
Project based
for example.
-bankofamerica.com
-large/medium size
-small (3 months)
-100 test cases
-Builds: weekly
============================================
what is right time to do automation in a project
-code freeze/feature complete(functionality is
stable)
-develop scripts
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vengi
When Test Case Repatable More number of times
When You Need Reports and Graph for Particlar Test Case
When You Go For Regression Testing
Is This Answer Correct ? | 0 Yes | 2 No |
Answer / raghu
when repeatable actions are need to be perrformed then
automation testing takes place.
Is This Answer Correct ? | 0 Yes | 2 No |
X=10,Y=20 you need to swap the numbers without using a third variable?
Hi friend I have query regarding QTP datatable. I want to insert data in datatable during runtime. suppose i wrote datatble.value(1) = "Test data" so when i run the script it says column(1) doesn't exist. Then i write something in column A1 manualy and run the script again. Now it works fine. Pls clarify how i can put value in blank cell of datatable.
Explain about merging of two repositories?
How do you test siebel application using qtp?
Ehat is the descriptive programing in QTP?
Can we Run the Tests developed in QTP 8.2 in advanced versions like 9.0, 9.1, 9.2...etc.,
for example one window is there, the window contains how many edit box's i want script? i know the script but that is not exact answer.... The script is like this .......... set a=description.creation() a("Native class")="WinEdit" b=window("Flight Reservation").childobject(a).count msgbox b if u found exact answer please getback to me? raju.ippali@gmail.com 9823257761
Explain xml checkpoints.
For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?
hi friends i was tried to connect qtp with oracle database using provider.i got a error.so anyone can help me out by correct script
please write a script to find the text in a application. Note: i dont know the location of that text where it is located. just like negative testing.
what are the principles of good testing scripts for automation?