After creating testcases, how do you start testing in QTP?
what methodology will follow?
Answers were Sorted based on User's Feedback
Answer / shyam.meghansh
Firstly you need to find out which test case are important,
then you need to write generic test script ( using QTP but
not putting ur programming skills). I mean to say that u
should not apply the entire coding ok. Then u have to put
them in .vbs file and call them.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / srinivasuluth
After reeving Manual test cases from manual testing team,
first i can identified which test cases should be automated
and which test-cases should not be automated? at that time i
had taken which test cases should be automated convert the
scripts?for example one test cases is conduct with multiple
test data,one test case is coming from every build of the
application these test cases i can be converted to the
automation scripts
If i am wrong pls send a mail ,my mail id is
vasuth2008@gmail.com
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / priya
Data driven Approach can be used. For this first datatable
has to be prepared which will contain the test data for
each of the test cases. Now scripting can be done which
will satisfy the test cases.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / akshar jain,automation test en
what i can suggest is use automation for tests that fall
under the category of smoke & regression testing which
constantly needs to be run & whose features doesnt change
much
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / karunakar
After writing test cases, analyze and identify the test
cases which are falling under regression suite. Then study
which can be automatable using the tool (Here, tool
selection is important criteria). Once finalizing the test
cases that can be automated, analyze the suitable framework
that fits.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / minni
After writing testcases first u l analyse which testcases
can be automated like usability testcases cannot be
automated, u l prioritise depending upon the functionality.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / santhi
hi santhi here
Firstly you need to find out which test case are important,
then you need to write generic test script
Then u have to put them in .vbs file and call them.
After writing test cases first I can analyse which test
cases
can be automated like usability test cases cannot be
automated, I prioritise depending upon the functionality
| Is This Answer Correct ? | 1 Yes | 1 No |
Hi all, I am New to QTP . I am Now in critical situtaion. I want to know How to create our own object respository for our application. please say the answer with example.
How many tabs are available in debug viewer pane?
What is quicktest professional window?
How do we edit the script in QTP. Anybody can explain in detail..Thanks in advacne...
How many types of Recordings are there in QTP and what are they?
7 Answers Dangote, First Indian Corporation,
For Data-Driven testing can you use micro soft word document instead of using Datatable what is your approach?
why should we give deliver good quality software?
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?
in QTP, we have options like (record and play,recording modes(normal,analog,low level),object identification,smart identification,object repository,synchronizing test,transactions,checkpoints(std,bitmap,text,text area,DB,XML,accessibility),regular expression,actions,data driving,parameter,parameterization,data tables,recovery scenario(pop up,object state,test run error,application crash). real time users of QTP, pls say and when and at what point u have used all these options ,in ur concerned project.pls give me explanation in accordance with ur real time project handled. real users pls send some time in the aboue case. if u can send the the reply through allinterview or at ref_it_ref@yahoo.co.in
What is keyword view and Expert view in QTP?
An object is created, i dont know the methods available for that object, i want to find methods available for that object and use the required method. How i can do this???