HI
I want to know the detials of QTP certifications such as
syllabus, study Materil etc. Can any provide me all these
details?? my mail ID is krishnuvk@yahoo.com
No Answer is Posted For this Question
Be the First to Post Answer
how to merge object repositories?
Explain types of descriptive programming?
if numbers are always changing write a script for that
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 text check point and text area check point?
Can you write a script to check if the folder exists or not?
Hi, how can we check or avoid the memory leakage in QTP9.2?
We need to verify the user name & password in for the user validation. But we don't want to use the parameterization/ loop for user name and password. What is the way in scripting so that user & password will generate automatically.
What are parameterizing tests?
What is the dis advantage of check points in QTP, if any?
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
if we can find the status of script in qtp that either it's pass or fail then why we need to put this status on different excel file or log file in hybrid framework .please let me know asap thanks