After i ran the Test in Batch mode i didn't get any
results. Can any one let me know how it can be done?
Answers were Sorted based on User's Feedback
which tests did u run in that test folder test results will
be saved
EX; u ran login,registation as a test batch, the results
will be saved in a login,reg folder
Nav: start->allprograms->qtp->test results viewr->browse
the login path ->select lost results folder
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / vikramraj
Is there a way that i can get the reports displayed
immediately after the batch run is complete?
and when i followed the below steps
start->allprograms->qtp->test results viewr->browse
the login path ->select lost results folder
i was able to see 1 report @ a time.Is there any ways i can
view all the results of each test ran in batch?
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mastanbabu
use multitestmanager run the scripts in batch mode u will
get all reports
| Is This Answer Correct ? | 1 Yes | 0 No |
What is iteration? How it is related to Test Results in QTP
3 Answers Virinchi Technologies,
Explain about datafile/verification of date file when file is not available in local system?
I have to automate webpage. If I click one hyperlink2 it will take 2 hrs to open. How to automate hyperlink2?
4 Answers Cap Gemini, Polaris,
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)
CAN ANY ONE PLEASE EXPLAIN DIFFERENT TYPE OF FRAMEWORKS USED IN QTP?EXPLAIN EACH OF THEM?..POST TO VANILKUMAR_1981@YAHOO.CO.IN
Hello Everyone, In QTP we have one option Data Driver wizard that comes in Tools -> Data Driver. so, please tell me abtout the use of Add Value and Parameterize options available in Data Driver wizard. And also the concept of value, constants, Parameterized displayed in the wizard. Please explain by giving the example. Thanks in advance, Gaytri
What are the various versions of QTP that have been released so far? Please also mention the year of release for each version
can anyone answer this question ........in the DICTIONARY OBJECT....i created the dictionary object in reserved object ok....here i have some sets of values ...now i want to retrieve the item i done too ok.......here my question is now i saved the test and close the qtp tool ,again i opened now i retrieve the same item in the dictionary is it possible ????. friends when i try to do this i am getting empty message box i mean no value will be retrieved ......ans me any one plz...
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
1. Can anyone help me with recovery scenarios, each type with examples and also what is on error resume next?
Explain abt the File System Object in QTP with ex