-
Couldn't load subscription status.
- Fork 506
Documentation of Web app unit Test #2218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
Can one of the admins verify this patch? |
1 similar comment
|
Can one of the admins verify this patch? |
|
Please checkout the webpage https://docs1.stg.tizen.org/staging/2218 |
|
Check Broken Link: Not found any broken link |
| 4. Once complete, the test results will be displayed in the output window. | ||
|
|
||
|  | ||
| --- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add functionality of double click on failure to get to failed line
|
Please checkout the webpage https://docs1.stg.tizen.org/staging/2218 |
|
Check Broken Link: Not found any broken link |
|
Please checkout the webpage https://docs1.stg.tizen.org/staging/2218 |
|
Check Broken Link: Not found any broken link |
| The extension uses the **Google Test (gtest)** framework to create and execute test cases. | ||
|
|
||
| > 📘 **Learn more:** | ||
| > Get started with [Unit Test With Code Coverage for Native Applications on Visual Studio](../getting-started/test-profile-app-unit-test-code-coverage.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keep the get started with like before
| 2. Select **Run Tizen Web Unit Test**. | ||
| 3. The test will execute on your selected emulator or connected device. | ||
| 4. Once complete, the test results will be displayed in the output window. | ||
| 4. Once complete, the test results will be displayed in the output window in a tree format. It shows the passed tests with a green icon and failed tests with a red icon. When you click on certain the test result, it will take you to the tastcase in the generated test file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It will be like this: Upon double click on the failed test case, the cursor will navigate to the line the test case failed
|
Please checkout the webpage https://docs1.stg.tizen.org/staging/2218 |
|
Check Broken Link: Not found any broken link |
|
|
||
| The extension uses the **Google Test (gtest)** framework to create and execute test cases. | ||
|
|
||
| > Get started with [Unit Test With Code Coverage for Native Applications on Visual Studio](../getting-started/test-profile-app-unit-test-code-coverage.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The indentation has changed to the right, check why?
| 1. Right-click again on your **Web project name**. | ||
| 2. Select **Run Tizen Web Unit Test**. | ||
| 3. The test will execute on your selected emulator or connected device. | ||
| 4. Once complete, the test results will be displayed in the output window in a tree format. It shows the passed tests with a green icon and failed tests with a red icon. Upon double click on the failed test case, the cursor will navigate to the line of the failed testcase. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Double click after opening the dropdown of failed testcase
|
Please checkout the webpage https://docs1.stg.tizen.org/staging/2218 |
|
Check Broken Link: Not found any broken link |
|
Looks good now. Please review it @safir-srbd @theojin |
Web app unit Test Doc