Skip to content

Commit d834fc4

Browse files
committed
Updating Readme
1 parent c14a791 commit d834fc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Ensure that @ symbol is prepended to the file path in the above request. Please
4747

4848
**2. Configure and run your first test**
4949

50-
Open `BrowserStackAndroid.java` file in the `android` directory or `BrowserStackiOS.java` in the `ios` directory :
50+
Open `BrowserStackSample.java` file in the `android` directory or `ios` directory :
5151

5252
- Replace `YOUR_USERNAME` & `YOUR_ACCESS_KEY` with your BrowserStack access credentials
5353

@@ -93,15 +93,15 @@ Ensure that @ symbol is prepended to the file path in the above request. Please
9393
9494
**2. Configure and run your local test**
9595
96-
Open `BrowserStackAndroidLocal.java` file in the `android` directory or `BrowserStackiOSLocal.java` in the `ios` directory :
96+
Open `BrowserStackSampleLocal.java` file in the `android` or `ios` directory :
9797
9898
- Replace `YOUR_USERNAME` & `YOUR_ACCESS_KEY` with your BrowserStack access credentials
9999
100100
- Replace `bs://<app-id>` with the URL obtained from app upload step
101101
102102
- Set the device and OS version
103103
104-
- Ensure that `browserstack.local` capability is set to `true`. Within the test script, there is code snippet that automatically establishes Local Testing connection to BrowserStack servers using Java binding for BrowserStack Local.
104+
- Ensure that `browserstack.local` capability is set to `true`. Within the test script, there is code snippet that automatically establishes Local Testing connection to BrowserStack servers using Java binding for BrowserStack Local.
105105
106106
- If you have uploaded your own app update the test case
107107

0 commit comments

Comments
 (0)