Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Passing syntax check;but ignoring code
#1
Not Solved
IE8
QTP10
XP

I have a TEST that calls a pop-up calendar. It requires 'manual selection'. Sometimes when the test gets to that spot, the outline of the calendar is there; but unable to view. Closing the calendar and reopening the calendar fixes this.

My work around, was to create a message box to tell the testor to select a date.
This was how I coded it after the calendar launches:
Code:
Sub AddWorksheet ()
          Worksheets.Add
          MsgBox  "May need to launch it again."  _
   , vbInformation + vbOKOnly,  "Choose Date on the Calendar screen "
End Sub

Yet when I run it - QTP ignores it completely. Why is my button not working?
*Also restated QTP w VB turned on? nothing changedSad
Reply


Messages In This Thread
Passing syntax check;but ignoring code - by cocojava - 04-13-2011, 11:41 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Part of parameters missing when passing between actions skumar007 1 2,865 10-10-2014, 02:00 AM
Last Post: skumar007
  Action Parameter passing problem Qtpuser1 1 2,730 04-18-2014, 06:23 AM
Last Post: kgovadav
  Getting run error passing a Frame into a user defined function!!! sepgs2004 1 2,727 10-14-2013, 06:37 PM
Last Post: anil2u
  Can some one check my code and tell me whats wrong in it. zakshah.12 3 3,567 03-06-2013, 03:26 AM
Last Post: newqtp
  how to call reusable actions by passing parameters.? Arun091 0 3,753 08-16-2012, 07:28 PM
Last Post: Arun091

Forum Jump:


Users browsing this thread: 1 Guest(s)