how to call multiple scripts in QTP at a time
Answer Posted / sonu
could you please explain me in detail?
gimme some example...
how to use batch test by using QTP tool and can we write a
script for this?
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
what is keyword driven testing in qtp?n how is it useful?
What is data driver in qtp? Where we use it?
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.
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how
What are output values and why they are used ?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
How does you test a weblink which is changing dynamically?
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
What are the challenges you faced during you entire life automation ?
Whether qtp 9.0 supports Test director8.0
Explain quicktest professional (qtp) testing process?
How to use checkpoints in qtp ?
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks