Answer Posted / guest
The Defualt scripting language is used in QTP is VB Script..
But if u wish u can use other scripting also
| Is This Answer Correct ? | 98 Yes | 16 No |
Post New Answer View All Answers
What is checkpoints for quicktest professional (qtp)?
Explain in brief about the qtp automation object model (aom).
Define object spy ?
Explain how to use QTP to check broken links on a page?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
What is the syntax to call one script from another?
What is expert view in qtp?
How is the Bitmap checkpoint different from Image checkpoint?
hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company
What is Test Fusion Report in QTP?
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
Can we record an application running on a remote machine using qtp?
in my application,validation message has in japanise language.how to validate this message is appears properly or not
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
How you debug your script?