dtmilano / CulebraTester-public

Public repository corresponding to CulebraTester
11 stars 0 forks source link

How to run the code recorded using culebra tester? #12

Open joshuaamz opened 6 years ago

joshuaamz commented 6 years ago

I have android view client, python 2.7, android SDK setup in my windows PC as well as Culebra tester & culebra instrumentation (setup on android device). I connected the android device and recorded a test case by performing some actions. Then saved the recorded source code as test.java . Now how to run the saved file (test.java) in my device to redo the actions done and recorded previously? should I use any other additional software to rerun the test case, because culebra doesn't have rerun option to re-execute the recorded actions.

joshuaamz commented 6 years ago

If anyone can help me with the procedure to re-run a recorded a python file (test.py) that also would be fine.