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 |
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
what are the design objects in qtp
I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=<input id=""btnSaveTab1"" class=""Button"" onclick=""document.getElementById('a1').click();"" name=""btnSaveTab1"" value=""Save"" type=""button"">", Second button "html id:=btnSave "outerhtml:=<input id=""btnSave"" class=""Button"" onclick=""document.getElementById('a2').click();"" value=""Save"" type=""button"">", Third button "html id:=", outerhtml:=<input id=""btnSaveTab1"" class=""Button"" onclick=""document.getElementById('a1').click();"" name=""btnSaveTab Fourth button "html id:=btnSave outerhtml:=<input id=""btnSave"" class=""Button"" onclick=""document.getElementById('a2').click();"" value=""Save"" type=""button"" 5th button "html id:=", "outerhtml:=<input class=""Button"" onclick=""document.getElementById('a5').click();"" value=""Save"" type=""button"">",
What is the significance of “action 0” in qtp?
how to identify a webtable coulmn values ,if we spy the coulmn value it is sometimes identifying as Webedit and some times it is identifying as "webelement", Could any body let me know how to handle the issue?
Suppose i have given 10 test cases all the test cases should be automated?
7. Given scenario is like this: One Web table is there and you have to search and retrieve a cell data which is equal to the given number say:123. Assume you have given with the column name/id of the table where the number may exist. So now you have to go to the given column and search for the number 123 and retrieve it along with the row number of it.
1. Can anyone help me with recovery scenarios, each type with examples and also what is on error resume next?
how to associate object repository during runtime in qtp
How to change the Default synchronization method time and where?
What are the different properties of an web object
how to know no.of mails in our g mail by using vb-script