Answer Posted / poonam
Associated files are the script files(in which the
functions/methods are defined)
Ex: If you want to add a associated file, make a file with
functions in vb script, having extension .vbs
Using the file.
In Test ->Settings ->Resources. add a associated file by
selecting from proper location.
It can be made default for a test.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How many ways we can parameterize data in quicktest professional?
i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?
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
Explain different recording modes?
Does quicktest professional (qtp) is unicode compatible?
What is the difference in testing a client-server application and a web application?
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com
What are the steps involved in recovery scenario wizard?
How to analyzing the checpoint results?
What are the various automation frameworks available in qtp?
How to export quicktest professional (qtp) results to an .xls file?
What is the basic concept of quicktest professional?
What is the recovery scenario in qtp?
How many types of recording modes in qtp? Describe each type with an example where we use them?