Jump to content

Urgent interview question help


nagivator99

Recommended Posts

bhayya  naku urgent oka kavale

I had one interview... and in JD they mentioned " Write test cases in Gherkin format"

This is for UAT tester....

naku Gherkin format ante ento teladu....can you gys plz tell what is that how to write test cases for that......

plz send youtube links.......

 

Thanks for your help..........

Link to comment
Share on other sites

4 minutes ago, nagivator99 said:

bhayya  naku urgent oka kavale

I had one interview... and in JD they mentioned " Write test cases in Gherkin format"

This is for UAT tester....

naku Gherkin format ante ento teladu....can you gys plz tell what is that how to write test cases for that......

plz send youtube links.......

 

Thanks for your help..........

https://docs.hiptest.net/writing-scenarios-with-gherkin-syntax/

 

 

have fun

Image result for ntr as krishna  gifs

Link to comment
Share on other sites

A Gherkin source file usually looks like this

 1: Feature: Some terse yet descriptive text of what is desired
 2:   Textual description of the business value of this feature
 3:   Business rules that govern the scope of the feature
 4:   Any additional information that will make the feature easier to understand
 5: 
 6:   Scenario: Some determinable business situation
 7:     Given some precondition
 8:       And some other precondition
 9:     When some action by the actor
10:       And some other action
11:       And yet another action
12:     Then some testable outcome is achieved
13:       And something else we can check happens too
14: 
15:   Scenario: A different situation
16:       ...

https://github.com/cucumber/cucumber/wiki/Gherkin

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...