how to find that tools work well with your existing system?
No Answer is Posted For this Question
Be the First to Post Answer
How to export quicktest professional results to an .xls file?
Suppose i have given 10 test cases all the test cases should be automated?
with out using import sheet came is it possible to get the excel sheet ?
in real time when we are creating the script by default it is going to save in action object repository or not any way my question is in one of my interviewer said that in real time the default object repository is action object repository and by using quick test plus they are going to merge is it correct i said that by selecting the object repository as shared one in selecting the test>>settings>>resources but she is not convinced what is the correct one
Can anybody give the script to addsheet, add column,add values under that column in the rows??
wht type of User defined functions or Java Releated functions Do we write in VB scripting
Among the 4 capture levels, Complete, Partial, Minimal, None. which one is mostly used?
What is API
How many ways we can parameterize data in QTP?
Explain the QTP Tool interface.
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
How u will do versioning in QTP?