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
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 |
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 |
anyone can explain about "Hybrid framework" in QTP
QTP -object reposistory spy tool is not able to spy the pop up message appearing in the application, so how is that i can handle such run time pop ups in QTP by code???
What is test object model in quicktest professional?
How we can import data from database?
Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please. Will be very thankful to u
How many scripts did you have?
how can you describe the basic flow of automation with conditional and programmatic logic?
HOW CAN WE GET THE VALUE OF TEXT BOX IN QTP? can you give me sample script for this where there is some condition. like if "text" THEN msgbox() else endif
hi everybody this questions is only for qtp real time users. anyone please clearly explain the approach u r following for qtp testing in ur company or qtp framework u r following in ur company pelase give me clear explanation then u did great favour to inexeprienced qtp users
plz tel me what is the differnce between QC & QTP?
what is difference between calling a function and reusing an action?
Hi All I'm new in QTP. I'm trying to make test cases for login on Flight.exe . I have parametrise the agentname and password field. So wen wromg agent name or password is entered it show a dialog box with proper message(Like: "Wrong Password" or :Please enter Password" etc) and OK button. I have created If else block. Now my problem is i want to make checkpoint on error message Dialog box. But each time i create a checkpoint it shows same text message. So how i can check that message is there or not.