Forum Discussion

ḥari's avatar
ḥari
Frequent Contributor
2 years ago

Mobile web testing in browser simulator

We have web application which need to be verified in different mobile simulators in browser (dev tool)..
Steps:
1. Launch https://www.amazon.com
2. Right click on the page, select Inspect
3. Select Toogle device toolbar
4. It will reset the web page to mobile view

How to we verify this in test complete using scripting? What are the prerequisites needed?
Could anyone suggest ideas to start mobile web testing.

6 Replies

  • rraghvani's avatar
    rraghvani
    Champion Level 3

    You want to perform those steps, in script?

     

    If you hover the mouse over those icons (Toggle device toolbar), it will show you the shortcut keys. If you perform those key combinations in TC, then it will change the view.

    • ḥari's avatar
      ḥari
      Frequent Contributor

      >>After hitting through shortcut how do i select different responsive screens(galaxy s9, iphonex, iPad)

  • rraghvani's avatar
    rraghvani
    Champion Level 3

    Is TC able to identify each of the controls through the simulated view? And does it support simulated view?

     

    If you want to do actual mobile testing, then I suggest you read through Testing Mobile Applications

    • ḥari's avatar
      ḥari
      Frequent Contributor
      Yes, web page need to be verified on different responsive screens we have the tc
  • rraghvani's avatar
    rraghvani
    Champion Level 3

    I understand your requirements, but did you understand my response?

    • ḥari's avatar
      ḥari
      Frequent Contributor

      For mobile web application testing we need bitbar api key ???