Skip to content
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

How to read data from different column of excel or csv file #2

Open
shivani1309 opened this issue Jan 5, 2015 · 0 comments
Open

How to read data from different column of excel or csv file #2

shivani1309 opened this issue Jan 5, 2015 · 0 comments

Comments

@shivani1309
Copy link

Below is the scenario i want to read the data from Csv

Scenario Outline: successful signup
Given I'm on "https://github.com/join" page
When I type "" in the "<username_field>" input field
When I type "" in the "<email_field>" email field
When I type "" in the "<password_field>" password field
When I type "<conf_pass>" in the "<confpass_field>" confirm field
When I will click on "<ok_field>" button
Then I should see "Welcome to GitHub" in label "<welcome_msg_field>"
Examples:
|username|username_field | email |email_field |password|password_field|conf_pass|confpass_field|ok_field|welcome_msg_field|
|file:testdata/SignUpData.csv|.//[@id='user_login']|cwmsy117@gmail.com117|.//[@id='user_email']|Cwms123456|.//[@id='user_password']|Cwms123456|.//[@id='user_password_confirmation']|signup_button|.//*[@id='site-container']/div/div[1]/h1|

Appreciate your quick response .

@shivani1309 shivani1309 changed the title How to read data from different column How to read data from different column of excel or csv file Jan 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant