what is Property......End Property loop? how to write sript
for it in QTP
No Answer is Posted For this Question
Be the First to Post Answer
How to track the execution time?
what is framework and types of framework? Need of framework in automation? write folder strucuture of framework.
BEst INstitute for QTP & SELENIUM
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
How you perform smoke and sanity testing using qtp?
suppose im having a string wipro123xyz i need to get the value 123 only from the string today 123 will be in the middle from tommorow it will be changing to front or back how to get the no if it changes continously?
Java add-in is need to work on java oriented project ?
Did you face the problem, changing the properties of an object in Run Time?
Write test cases for copy and past password in password field ?
Please can you give where can we get good QTP Training at Hi-Tech city Hyderabad?
Suppose U change the script whether it affect the object properties of the object in the object repository
how to write code for to select all the checkboxs in the gmail i wrote code for my question but it didn't works any body suggest what wrong my code my code is Set chkboxDesc=Description.Create() chkboxDesc("type").value="chekbox" Set chboxcollection=Browser("name:=Gmail .*").Page("title:=Gmail .*").ChildObjects(chkboxDesc) For i=0 To chboxcollection.count-1 chboxcollection(i).set "ON" Next i was getting general run time error pls help me i am in learing stage