Answer Posted / heena ansari
Testing is an essential part of software development to build up progressively safety net.It is a key to the creation of a moderately stable product.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
I want to do QTP Certification what is the pattern of Question paper.
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script
what is ODC and GDC?
How QTP support all types of applications (platforms)?
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.
Does quicktest professional (qtp) is unicode compatible?
how to write xml output check point bu useing descriptive programing .means without useing output check point
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.
What are benefits of qtp?
What are the types of object repositories? Which one is you are using?
Is it possible to split an action? How?
What are the steps involved in the recovery scenario wizard?
When do go for loop condition in test?
What is debugging? How you debug your script?
how can i call function (which has link with excell sheet at a remote location) within another function