Answer Posted / ramarao
By using transctions we can find how much time taken for
the script exection.
if we are start the script we can add start transction
; services .start transections
if end exection for the script
you can add services.end transctions
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
I am a new tester that needs to create an automatic script involving security questions. On a webpage I need to select a security question(which are random) from a drop down menu, and then input the answer as the last word from the security question. I have the script set-up to automatically select the first security question from the drop down. The problem I am having is trying to insert the security answer. How do I insert the security answer based on the selection from the security question?
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel
How did you resolve conflicts present in Object Repository?
How to associate function library at a run time?
How to analyzing the checpoint results?
For which type of project the iterative model is suitable?
How to check which add-ins are associated with a test in qtp?
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
What is RTM (require ment tracebulity marix) fromate?
How you can delete excel file in qtp?
How you debug your script?
Hi Friends, Would be great if you can provide the Model Question paper, Web site link or any reference s. Thanks & Regards, Byzoor,
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
Where to use Property Let, Property Get, Property Set in UFT