Tick or skip Check boxes in data driven testing
-
- Posts: 14
- Joined: Tue Jun 09, 2020 3:31 pm
Tick or skip Check boxes in data driven testing
I have an action in my recording which ticks a check box. I would want to link this action to a column in my data source so that during tests it is either ticked or skipped based on the value in the data source. Is that possible
- Attachments
-
- CheckBox.png (11.57 KiB) Viewed 176 times
Re: Tick or skip Check boxes in data driven testing
Hi,
Please upload a Ranorex snapshot (not screenshot) of the checkbox in question. There is not much anyone here can do or suggest, without seeing the app under test, or, at very least, Ranorex snapshot.
Please upload a Ranorex snapshot (not screenshot) of the checkbox in question. There is not much anyone here can do or suggest, without seeing the app under test, or, at very least, Ranorex snapshot.
Pavel Kudrys
Ranorex explorer at Descartes Systems
Please add these details to your questions:
Ranorex explorer at Descartes Systems
Please add these details to your questions:
- Ranorex Snapshot. Learn how to create one >here<
- Ranorex xPath of problematic element(s)
- Ranorex version
- OS version
- HW configuration
-
- Posts: 14
- Joined: Tue Jun 09, 2020 3:31 pm
Re: Tick or skip Check boxes in data driven testing
Ok, I have attached the snapshort here. Thanks
- Attachments
-
- Checkbox Snapshort.rxsnp
- (34.23 KiB) Downloaded 8 times
Re: Tick or skip Check boxes in data driven testing
Hi,
Thanks for the snapshot. So, what you can try is to use SetValue action, where you set Checked value via variable connected to data connector of your choice...
Thanks for the snapshot. So, what you can try is to use SetValue action, where you set Checked value via variable connected to data connector of your choice...
Pavel Kudrys
Ranorex explorer at Descartes Systems
Please add these details to your questions:
Ranorex explorer at Descartes Systems
Please add these details to your questions:
- Ranorex Snapshot. Learn how to create one >here<
- Ranorex xPath of problematic element(s)
- Ranorex version
- OS version
- HW configuration
-
- Posts: 14
- Joined: Tue Jun 09, 2020 3:31 pm
Re: Tick or skip Check boxes in data driven testing
Thank you so much