Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Verify CheckBox is disabled
#1
Solved: 11 Years, 8 Months, 1 Week ago
I'm working with a web base application and on one of my screens I have four selections and one of the selections is disabled and I need to verify that the selection is disabled when I run the test.

Selection1
Selection2
Selection3
Selection4 disabled

I need the the test to run and verify the checkbox is disabled before proceeding to the next step.
Reply
#2
Solved: 11 Years, 8 Months, 1 Week ago
Hi Brian,

You can use the "disabled" property of the checkbox to verify whether the checkbox is enabled or disabled. If the checkbox is disabled it will return you "1" and "0" if it is enabled.

E.g.
Code:
sStatusChkBox = Browser("...").Page("...").Frame("...").WebCheckBox("Selection4").GetROProperty("disabled")

You can then use the status to validate and proceed ahead.

HTH.

Cheers,
Vijayendra
Reply
#3
Solved: 11 Years, 8 Months, 1 Week ago
Thanks Vijayendra!

I was able to figure it out, but thanks for the reply.


Brian
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Check if the checkbox is checked or not? pjavvaru 5 15,919 11-28-2024, 03:54 PM
Last Post: Demon31
  How to check Checkbox in SSDBGrid in windows application RamUFT 0 1,219 02-13-2020, 07:34 PM
Last Post: RamUFT
  Webtable Checkbox in UFT Syahirah 7 12,036 11-15-2017, 03:47 PM
Last Post: Ankur
  object disabled eliass 1 1,883 05-30-2017, 02:28 AM
Last Post: Vichu M J
  [UFT] [WPF] Verify if the cell contains an image robertosalemi 0 2,010 10-25-2016, 06:57 PM
Last Post: robertosalemi

Forum Jump:


Users browsing this thread: 1 Guest(s)