Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
199 views
by The go-to Tester (232 points)
retagged by
Hi all,

I face a concern that my automation mobile test case have a step that need open a browser on desktop to authenticate for mobile account.

So i wanna know whether i should call a web test case inside a mobile test case? Is it possible and acceptable?

And if YES, please help to instruct me how??

P/s: i am using C#, SpecfLow

Many thanks in advance!

MinMin

1 Answer

0 like 0 dislike
by
selected by
 
Best answer
Usually, in such scenario, we first try to utilize any API if available. If not, we usually open a headless browser and do the verification. As verificaiton from the desktop browser is not really a step of a test case. It is actually a requirement to move to next step.

If you want to test your web app, that will be altogether a separate test case.

Hope that answers your question.
...