Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Red Image issue - solution required its urgent.
#1
Solved: 10 Years, 9 Months ago
Hello,
I have to check image I can check either image check point or standard check point but, i want to check red x image and i have some criteria and i want to Create a check point for red x image, like ,

if check point return pass then Execute x steps
else Execute Y steps.

So could anybody spacify that how can i create red x check point.

Please its an urgent.

Thanks
Chetan!
Reply
#2
Solved: 10 Years, 9 Months ago
you can just do a ".Exist" for your red x image in your if statement, it maybe easier to build your own checkpoint than to use QTP's check point

Something like this:

Code:
If <red x image>.Exist then
<Execute x steps>
Reporter.ReportEvent micPass, "MyCheckpoint", "red x image was displayed"' "
Else
Reporter.ReportEvent micFail, "MyCheckpoint", "red x image was not displayed"' "
End if
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Scrambled characters in uft Solution Explorer Dwarak Calayampundi 0 1,433 05-25-2016, 05:02 AM
Last Post: Dwarak Calayampundi
  QTP not selecting appropriate webelement from the webtable..Need Solution satishkumarm 11 21,051 03-23-2016, 12:47 PM
Last Post: Swetha_Bayya
  Unable to identify "Authentication Required" Dialog shaunysj 2 2,918 08-04-2015, 12:55 PM
Last Post: venkatesh9032
  code required for the following scenarios krithikaachari 0 2,127 09-27-2014, 01:00 AM
Last Post: krithikaachari
Exclamation URGENT: ActiveX component can't create object citibank_ani 3 15,277 09-09-2014, 01:02 PM
Last Post: VarunKaushik

Forum Jump:


Users browsing this thread: 1 Guest(s)