Bhagvati / openintents

Automatically exported from code.google.com/p/openintents
0 stars 0 forks source link

OI Notepad: Test "Share" intent #502

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Share something from another application (e.g. web browser).
2. The text content should be inserted into a new note.

What is the expected output? What do you see instead?
This works. We need a test case covering this intent in NotepadTest.

Original issue reported on code.google.com by peli0...@googlemail.com on 18 Jan 2012 at 12:37

GoogleCodeExporter commented 8 years ago
I might be wrong, but wouldn't using Robotium with the browser require rooting? 
We will need to sign the browser apk with the same signature as the NotePad 
app. Refer link [1]. One way could be to create a NotePad demo app which would 
have some data that can be shared with the NotePad app. We could use Robotium 
here for testing the sharing.

[1]: http://code.google.com/p/robotium/wiki/RobotiumForPreInstalledApps 

Original comment by Alok.Sha...@gmail.com on 5 Apr 2012 at 11:29