How the automated tests in org
Answer / shyam.meghansh
If u don't mind can u be more clear abt your question?
| Is This Answer Correct ? | 7 Yes | 1 No |
Hi All, How to get repeated word in string . Thanks Balaji
Is it possible to change the property value at runtime? How it is possible?
Give me At Least 5 Differences between DOCUMENTATION OBJECT MODEL(DOM)and COMPONENT OBJECT MODEL(COM)? Interviewer said me to WRITE the difference only in points not as you WRITE a paragraph ???? only in points
anyone can explain Diff B/w Actions and Functions
How do you invoke any application and write a script to invoke QTP using VB Script.
Is it possible to call from one action to another action in qtp?
what r advance features u had done in QTP?
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
Can we use Virtual Objects in Discriptive Programming?
What is action?
some times we write user define functions.where we write main and sub program,how,where to insert the functions in qtp?
what are the areas that cannot be tested using an automated tool? list a few