Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Instability problem using QTP 10.
#5
Solved: 11 Years, 8 Months, 3 Weeks ago
"Have you tried, only keeping ".Link("blablabla").Click" with in "With" block"

I don't understand your question.
I use a "With" block in each automation test and reusable action.

Code:
With Browser().Page()   (in the beginning of the program)

     .Link().Click
     Iline = .WebTable().GetRowWithCellText(...)
     .
     .
     .

End With   (at the end of the program)
Reply


Messages In This Thread
Instability problem using QTP 10. - by bpyronnet - 07-22-2010, 02:47 PM
RE: Instability problem using QTP 10. - by bpyronnet - 07-22-2010, 06:39 PM
RE: Instability problem using QTP 10. - by Saket - 07-23-2010, 04:19 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)