Web module and mobile module
Hi guys,
I'll describe my scenario.
I have a web application that interact with an android app.
For the moment I automate only web application, but I would like to automate mobile app, and try do interact action made by device, with web app.
Web app:
-Show orders, with status(new, processing, close) and show items scanned
Mobile app:
-Start an order, and scan items barcode
Iteractions step:
-Open an order with mobile app
-Web app change status from new to processing
-Scan an item
-Web app show item scanned
Do you have any idea how can I do to automate togheter
Hi,
TestComplete will use Web module while interacting with we application and Mobile module while interacting with mobile one.
If I got your scenario right, you need to prepare your mobile device as recommended in TestComplete's documentation, connect it to the box with TestComplete and register tested mobile and web applications as Tested Applications (for the sake of recording convenience). Then start recording, launch mobile and web TestedApps and perform required actions in them.