What are the Latest Feature are added In QTP 9.2?
Answers were Sorted based on User's Feedback
Answer / dilip
Block commenting is not provided till 8.2 version.
but Qtp 9.2 version Block commenting supporting
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / md.rafi
In QTP 9.2 some features added
1.Screen recorder
2.Silent test runner
3.some changes in Object repository
4.Mercury micro player
5.Test result deletion tool
and some changes in business component
Is This Answer Correct ? | 3 Yes | 1 No |
What do you mean by checkpoints in qtp?
What is the use of Debug Viewer?
write a qtp code to display all the items in the fly from combo box or list box
In descriptive programming how we know the properties of the objects, if application is not developed and the prototype of the application is also not developed.
By using QTP, How do you test a frame in a web page?
diff between qtp versions from 8.5
Explain about the test fusion report of quicktest professional (qtp)?
can u pls explain me About Driver script.
What is Expert view?
in qtp how can we do test when the build is not ready
in my application,validation message has in japanise language.how to validate this message is appears properly or not
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"">",