What is a data driven test in qtp?
No Answer is Posted For this Question
Be the First to Post Answer
Hi Suppose u have complex Test scripts which u vl write first and which u vl execute first
Where we save all scripts in the QTP
5 Answers Ordain Solutions, Sathya Technologies,
How u call functions in QTP
Your roles and responsibilities and daily tasks? (As automation tester)
how to test Web application using QTP software
What is the qtp testing process?
In Object Repository, two actions r there. Action1 name is A.tsr, Action2 name is B.tsr. Is it Possible? if Yes, what is the out put of A+B? if No, why?
Hi i have a webtable which is having 7 columns and 6 rows of data in that table of 4th and 5 th column each row is partiotioned into 3 sub rows i want to verify in each partitioned rows of corresponding row for ex values will be like this 0 / 1 ,26/28.if it is 0/1 i want to skip only if any num/num greater than 1 i want to click.
can any one say that where we can download the QTP trail version ??????????
WHAT AREV THE STEPS BETWEEN TEST cASE AND Script generation?
For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?
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