search for: profilesignintest

Displaying 1 result from an estimated 1 matches for "profilesignintest".

2009 Apr 27
2
Cucumber: Setting Dependency among scenarios
...ile() { ... ValidatedProfile profile = validateProfile.validate(_userName, _password); // set profile in class member ... } @Then("Profile should validate successfully() { // assert contents of Validated Profile } } Now I would like to create a Test case, say ProfileSignInTest, for ProfileSignIn. As ProfileSignIn requires a ValidatedProfile, I would like to run ValidateProfileTest prior to that and make use of the ValidatedProfile as input to ProfileSignInTest. Before running a scenario in ProfileSignInTest''s feature(say profilesignin.feature) , Is there an...