Having an issue with steps definition

32 views Asked by At

Writing my test case with test complete Python in Gerkin language. Everything was working and now Test cases does not seeing the step definition. When I am trying to regenerate the steps I am getting incorrect syntax in the step definition exception. enter image description here. There is no {screen} in this test case: Background: Run APAR.NET App and login Given I run the application and see the login screen displayed When I enter Username And I enter password Then I click the login button go to main window When I open Accounts Payable submenu item Then Accounts Payable screen is displayed When I put a Begin Date, End Date and Check Date into the fields

@smoke @regression

Scenario: Verify Vouchers on Account Payable screen - TC315013 - TC300664

When I click the Select Vouchers button

Then The vouchers data loads to the screen

Then I close Accounts Payable screen

And I close the PS.NET

How come it is not seeing any of step definition in all project. What can I do with that?

When I am trying to regenerate the steps I am getting incorrect syntax in the step definition exception.

0

There are 0 answers