Skip to content

Instantly share code, notes, and snippets.

@brgnepal
Created October 29, 2015 09:28
Show Gist options
  • Save brgnepal/9204e107a0432715f277 to your computer and use it in GitHub Desktop.
Save brgnepal/9204e107a0432715f277 to your computer and use it in GitHub Desktop.
Test questions format
q1:
title: "this is title"
steps:
- aaa
- bbb
- ccc
@pranavgore09
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment