sheelmanohar
3 years agoNew Contributor
Test Complete BDD
I am trying to write BDD scenario and trying to integrate it with a script that I had already created.
The script starts with
from Locators import Locators
from TestData import TestData
and then has the following statement
def FindID():
I am trying to integrate this as a step definition with "Given" statement. It is giving error "Unexpected Identifier".
Please help me. I am new to test complete and learning.