This is a question thats generally asked in every QTP
interview. What were the problems that you faced during
automation and how did you resolve them?
No Answer is Posted For this Question
Be the First to Post Answer
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
What is synchronization point in QTP?
Does Low-level recording capture mouse movements?
A web Page has 2 frames. Find out the number of weblist items in the second frame of the page.
can anyone explain about the Descriptive programming in detail. I mean how to use in the script.
write a script for get the following result: username password frm the string1="A=username" string2="B=password"
Can we use same virtual objects in many number of tests?
pls tell me how will you write the vb script in QTP for DataDriven test from Excel sheet for multiple userid and password explain with example
whow much strong on VB and C?
Can any one explain about environment variables with examples?
what is flag=0 in qtp tool.. i am strugglin to use flag function , exactly when it is used , any real time expert pls explain clearly?
Wht is Smart Identification Mechanisam in QTP..Actually when do we this Technology means during Recording or running ....how is technology works. Anybody can expalin this .....Thanks in advacne