Explain the types of properties that quick test learns while recording?
In how many ways we can add check points to an application using QTP.
how do you do database testing in qtp
We stored into the objects OR and then write the scripting
what is difference between wait and synchronization point.
How to compare source and target database in testing? Can anybody please tell me in detail the procedure how to compare it?
What is difference between Quality centre and Test Director?
how to get childobject from .net application. i tried but its showing child object count zero. but window has child objects.the following script i written... pls help me how to get. set parent=SwfWindow("winodw name") CheckObjectDescription parent, SwfButton Public Function CheckObjectDescription(parent, oDesc) Set oDesc = Description.Create() oDesc("micClass:").Value ="Swfbutton" Set children = parent.ChildObjects(oDesc) cntObj=children.count msgbox(cntObj) End function
what is the use of automation frame work ??(QTP)
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
How to count no of edit boxes on the page?
HOW TO COUNT NUMBER OF ITEMS PRESENT IN WEB LIST
can any one tell me How exactly data drivent testing is done in.explain with any example and the exact steps to fallow?