Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

As we all know, the customers that initially just had web applications for business, have started creating Mobile applications for the same. Mobile application testing was seen as a challenge by many but BQ Genie has simplified the process of creating a mobile test case. It captures the actions that you perform on the mobile application and converts it into executable tests. Yes!! It is that simple.


Prerequisites :

  • For iOS, WebDriver Agent should be signed in through Apple developer account.

    Please refer to the below link :
    How to Setup BQ for Mobile Testing
  • Please make sure the Application created is Mobile Native
  • The app file / app url / Bundle id / package name (if app already installed on device) should be added under Attachments tab of the application.
  • A simulator / emulator should be setup on the machine or a real device should be connected to the machine.
  • USB Debug mode should be enable d for the Android real device.

Instructions to start BQ Genie for Mobile :- 

  1. Click on DESIGN on left panel.
  2. Click on Test Case.
  3. Create a new test case.
  4. Click on Test Steps tab.
  5. Click on the Record button.
  6. Enter the meta data for the Recorder pop up.
    •  Port number (If the BQ client is not running on the default port 9999)
    • Application type (Mobile Native)
    • Select Device (connected devices (simulator & real device) will be fetched on clicking the refresh icon)
    • Application version (Select the application version on which you wish to record test from the drop-down)
  7. Click on Go button. BQ Genie and a mirror screen will be launched.
  8. Perform actions on the target element on mirror screen and appropriate steps will be recorded.
  9. If the Friendly name or Frame name is not auto populated for an element, on the recorder, please enter a suitable name for the element to be recognized.
  10. Save the recorded steps.


The Bq Genie recorder will be displayed like this for Mobile.




#Button








   

Anchor checkbox :


BQGenie for Mobile also allows you to view the Source code.


Debugging Tests

Remote Execution




  • No labels