how to tell about testing a website in interview using qtp??
what r the points to be covered mainly?

Answers were Sorted based on User's Feedback



how to tell about testing a website in interview using qtp?? what r the points to be covered mainly..

Answer / ns

first we prepare an automation test plan then we identify
the scenario and record the test.once recording is done we
enhance the script which is automatically generated in the
expert view by inserting the check points.we incorparate
error handlers then we run the test fix the issues and then
analyze the results and report the the results.

Is This Answer Correct ?    5 Yes 0 No

how to tell about testing a website in interview using qtp?? what r the points to be covered mainly..

Answer / nanda

HI..

First u need to identify the Indentify the test cases
for automation...

there some criteria to Identify..

1) Which test case has to execute more times..
2) Which test case is repeating in two or more pages..
3) Which test case needs multiple types of input data..
4) Which test case is in Regression testing....

Like this u can select test cases for
automation...tell them i did data driven and used QTP for
regression testing purpose...

If any queries...

nanda.dreddy@gmail.com

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More QTP Interview Questions

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 ?

0 Answers  


Plz explain about MATCH/EXACT MATCH/IGNORE SPAGE in text check points?

1 Answers  


What is the DIFF Between PROJECT AND PRODUCT?When Company will need Product?

5 Answers  


I have below user Defained function function AddTwo(ByVal a, ByVal b) Dim Ans Ans=a+b MsgBox Ans End function Now my question comes here...from given below methods which method is right to call above function?Which is Wrong and why? 1. AddTwo(2,4) 2. Call AddTwo(2,4) 3. AddTwo 2,4 4. Call AddTwo 2,4

1 Answers  


what is regular expression how will you implement it?

1 Answers  






QTP identifying the child tabs in a maintab like tab_1,tab_2,tab_3,tab_4 while using a for loop for these tabs.its not proceeding from _1 to _2. How can i use "for loop "

2 Answers   Livetek,


In QTP how can we recognize objects Without using Object Repository?

3 Answers   IBM, Wipro,


Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com

0 Answers  


How to load an object to a object repository at RUN TIME ?

3 Answers  


In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.

0 Answers  


What do you mean by iteration?

0 Answers  


if devloper change only button names in present build then script will execute or not , why? Only gui changed.......

2 Answers   Cap Gemini,


Categories