Hi guys,


Our company has started to automate testing and started
using the tool QTP.Iam new to QTP and I have the following
questions to ask.

Would appreciate if anyone could give me a hand on this and
explain things in a detailed way.

[1]

Bugs outside checkpoints: I know that I can easily make the
QTP do what I want inside the application. Also, I know
that I can insert some checkpoints and that the qtp will
notice if those conditions are not met. However, there are
bugs and problems that might not be connected to a
checkpoint (system crash, database error, losing
session/logout etc.); how can I make sure that the QTP will
notice such problems as well and flag a test as failed.

[2]

How to tell the QTP that when a particular statement
is "false",it should flag it as, test failed and show in in
the test report.
In short how to tell the qtp that a test is false from the
script so that it shows it in the report

For Eg:-

if(true)

test passed // how to instruct qtp
else
test failed // how to instruct qtp


[3]
Test script portability: we are having several
environments; If I record a test on User Interface,
obviously, the qtp will save the URL; however, how can I
make the qtp run the tests so that the url is provided
dynamically.

Is there a possibility to parameterize the web server.Is
this the way to do it.I dont know?


[4]
Test management: How do I manage the tests? I guess we will
be doing it in Quality Center, yet, it’s not perfectly
clear to me how we will be doing that.

[5]
Running scheduled test sets: How do I group tests to a
certain test set? How can I make this test set run at a
predefined time?

[6]

Test maintenance: What do we need to do beforehand in
order to enable for easy test maintenance, meaning small
adjustments in tests?

[7]
Reports: What kind of reports on test results are
available (either QTP or Quality Center)?

Thanks in advance and hoping for an answer.

Jen


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More QTP Interview Questions

what is the frame work your using in automation ?

4 Answers  


which tpye of exceptions mostly do we face in QTP

2 Answers  


we have 10 actions in out test how can we convert 9th action is main action ? how ?

5 Answers  


What is the Obect Repository type, we use in Automated Testing..in Real time.. Pls anybody can give the answer.. Thanks in advance...

5 Answers   Navis,


Use of Debug Viewer?

1 Answers  






General Ques : At What State u start Automating ? means at what stage we start writing QTP scripts ?

2 Answers  


Explain script generated at the time of setting runtime property?

1 Answers  


Hi guys i'm prepareing for interview question for qtp i don't have bayground for vb scipt language can any one tell me it is easy to do job in qtp without bayground.

3 Answers  


Hi, I have a login page. To login in that page I need to have a valid username and password, which is stored in database. I imported that table to my DataTable in QTP (Global sheet). Now I need to write a code in qtp so that I can login only with valid username and data. my condition is : I want to get username and password from inputbox(which i did) and click on login button- which should verify the datatable for username and password and if value is present only then lofin else stop the testing. DataTable contains columns : LoginName and Password Code: Rowcount= DataTable.GetSheet("Global").GetRowCount msgbox "RowCount= " &RowCount,1 CurrentRow= DataTable.SetCurrentRow(1) Do Browser("").Page("").Frame("Frame").WebEdit("ctl10$ct l00$ctl00$UserName$ctl").Set DataTable("LoginName",1) Browser("").Page("").Frame("Frame").WebEdit("ctl10$ct l00$ctl00$Password$ctl").Set DataTable("Password",1) Browser("").Page("").Frame("Frame").Link("Login").Cli ck CurrentRow=CurrentRow+1 Loop Until CurrentRow>Rowcount Can anyone help? Thanks, Priya

3 Answers  


What is diff. between ordinal identifier INDEX and Location?

3 Answers  


write qtp descriptive programming to activate multiple notepads? please urgent friends

1 Answers   TCS,


Is it possible to call win runner script in qtp?

0 Answers  


Categories