What are the features of quick test pro(qtp)?
No Answer is Posted For this Question
Be the First to Post Answer
How do you use the parameters.input parameters and out put parameters.
If there are 10 notepads opened on desktop. how can we close a particular 2nd notepad using script
How we can do Batch testing in QTP?
now a days which one is using all companies for qtpscript a)Object Repository based script b)Descriptive program based script c)BOTH
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
In QTP where i have to concentrate more in the Interview point of View
waht is the diff b/w Environment variable and Global variable in qtp?? explain types of variable in qtp??
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
In QTP whether is it possible to call a function from one action to another action?
Explain types of exception handling and script for that?
what area in a web application cannot be automated.