what r the 3 basic factor on which we determine
to perform automation
Answer Posted / kanda
Function file to call it in SCript
Init file to give the Path for datatable
Object repository with exact identification
Datatable to import
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
How can you give wait up to 10 seconds in qtp?
When do go for loop condition in test?
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
Hi All, we are using QTP Automation Scripts to test SAP. I recorded QTP Automation Scripts in English-based SAP GUI. Now we have to test a French-based SAP sytem and use the same scripts. The QTP scripts are failing when executed on the French-based SAP System due to Object Recognition Issues. What can we do? Do I re-record the scripts in the French-based SAP system?
Hi friends did any budy attend accenture system test for qtp? if any budy pls drop questions.not only accenture any other mnc company which you attended system test(QTP)?it may helpful to others also
Hi friends I need to know about jubula automation tool. Is anybody know in bangalore where jubula tanning class is going on do let me know. Its urgent for me to learn that tool please help.
how many maximum number of virtual users we can create?
how to find that tools work well with your existing system?
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
When and why to use descriptive programming?
Which environments does qtp support?
when will you do debug your script? and explain that process?
hi, can u tell me the QTP TEsting process in present real time companies?(beware of this... now a days Recording is not using,, only DP) and don't tell note book answers like step 1 spep2....like this .......post answer with professional skills in simple english words) thank u
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
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.