Created
October 29, 2015 09:28
-
-
Save brgnepal/9204e107a0432715f277 to your computer and use it in GitHub Desktop.
Test questions format
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
q1: | |
title: "this is title" | |
steps: | |
- aaa | |
- bbb | |
- ccc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
q4:
title: "Question 4 (Dev Tools)"
steps:
- Hit the URL
- This page increments the counter whenever you click on first button.
- Same should happen when you click on second button, but it is not working.
- Find out why and tell us what steps your followed.
q5:
title: "Question 5 (Dev Tools)"
steps:
- Hit the URL
- When you click on a button, javascript saves a value in variable called “me"
- find out value of "me" and tell us what steps your followed.
q6:
title: "Question 6 (Dev Tools)"
steps:
- hit the URL
- Given page should have shown the form with two text fields and one button.
- But it is not showing anything right now
- Find out why and tell us what steps your followed.
q7:
title: "Question 7 (Dev Tools)"
steps:
- Hit the URL
- Give us the value of user-agent set in this request.
q8:
title: "Question 8 (Dev Tools)"
steps:
- Hit the URL
- Inspect and give key and value of cookie set by this page.