Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP Ugrade from 9.1 to 10.0 - Results displaying differently
#1
Not Solved
Hi - I just upgraded from QTP version 9.1 to QTP Version 10.0 and my Results are displaying differently. They are now buried within objects.

Below is a sample of code: In 9.1 the Result Message was at the same level as the Compare object. In 10.0 - the result message is within the Compare object tree structure.

Has anyone else seen this behavior?? Thanks!!

Code Sample:
Code:
'wait for 1032.EXE to finish and then click OK button
    For waittime = 1 to 20
        Wait (1)
        If Dialog("Compare").Exist Then
            Dialog("Compare").WinButton("OK").Click
            Exit For
        End If
    Next
.....other processing......
    If (instr (strText, "No errors.") ) Then
        Reporter.ReportEvent micPass,"Ledger Numbers Compare Exactly, Test Case : " & new_desc,":" & strText
    Else
        Reporter.ReportEvent micFail," Ledger File Differences, Test Case: " & new_desc, ":" & strText
    End If
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Objects are not displaying satyagadam 1 879 09-27-2019, 11:52 PM
Last Post: satyagadam
  how to export test results from QTP to QC uma87 5 10,266 09-29-2011, 03:35 PM
Last Post: uma87
  Active Screen images not displaying Herkimer 0 3,292 05-04-2011, 10:53 PM
Last Post: Herkimer
Question Storing results in a different folder running scripts in QC using QTP sborusu 0 2,501 10-01-2010, 09:07 AM
Last Post: sborusu
  QTP results in QC test lab Desh 3 6,639 10-09-2009, 12:12 PM
Last Post: basanth27

Forum Jump:


Users browsing this thread: 1 Guest(s)