in qtp how can we do test when the build is not ready
Answer Posted / ravi, fortechsoft
You cannot do any test when the build is not ready, because
we perform testing on build. When build is not available,
how can we test and what can we test ?
Before the build is released, we get ready to test the build
by writing test scripts in Descriptive Programming and by
using prototype of the application. When build is released,
we execute our test scripts on the build.
If you want to test the build, you definitely need the
build. If you want to get ready to test the build, you can
write descriptive programming.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
Explain how qtp identifies objects?
What are the Test design techniques you uses in ur project?
What does mean by Scope of Automation?n How we defined it?
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
What is the syntax to call one script from another?
What is contained in the object repository?
How to interact tool & application build in QTP?
Tell me one scenario, the complex functionality you have automated in your project?
if there is a web table of having row and colmns.a button is placed at 2nd row's 3rd column which is worked for both edit and delete..how to write script for the button to test both operation on the web table using desriptive programing.. plz help me on script wheather using getroproperty Q2)what is the command for taking valiue from a web table in qtp
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
what is description object?