Answered

Facing some issue to handle the "TUTORIAL POP-UP"

Hi Team

I am facing some issue to handle the "TUTORIAL POP-UP" which is coming in user's test case when I ran the test cases with new portal .

Test case : ID- 92 "Build_user"
Test step : 15

I want to click on "not interested" button on that POP-UP whenever the POP get displayed.

As I have tried by fetching page source and apply if condition and verifying the text present on POP but not able to fix this because page source of "POP-UP" and "add user" is same .
So if condition is getting passed every time


Step to reproduce this issue

1. Run test case ID 118 "DELETEPORTAL"
2. Run test case ID 121 "CREATE_NEW_LMS"
3. Run test case ID 92 "Build_user"

Issue video :
https://www.loom.com/share/245318fdacee4346b1de80d22636ecf6

Could you please look into same and provide me understanding to wayout to handle this

Thanks
Warm Regards
Joel

0
4 comments
Avatar
Payam Fard

Hi Joel,

My understanding of your question is that the popup appears sometimes and not all the time. In order to handle it without using conditionals, you can change your click step option to "Continue on Failure" as opposed to the default "Halt on Failure". This option will click on the popup if it appears or otherwise will ignore it and move to the next step in your test case.

Please let us know if this helps address your question.

0
Comment actions Permalink
Avatar
Joel Sequeira

Hi Payam,

Thanks for providing me the great way-out.
I have a question when I am using "continue on failure" for any step then the test case status is coming "fail skip" in yellow color.
Could you please suggest me something for this.

Thanks
Warm Regards
Joel

0
Comment actions Permalink
Avatar
Joseph Hamdan

Hi Joel,

The reason the step is marked as fail_skip with orange color is because the step failed to find the element but the test did not stop and continued execution to the next step. So this is its way of telling the user whether this optional step passed or not. However, if you would like to see the step or entire execution in green (Pass), regardless of whether the element was found or not, you can click on Continue with Pass Status in the command options.

Please let us know if you have any other questions. Have a great day!

Regards,
Subject7 Team

0
Comment actions Permalink
Avatar
Joel Sequeira

Hi Joseph,

Thanks for your support
It is working fine now.

Regards
Joel

0
Comment actions Permalink

Please sign in to leave a comment.