Forum Discussion
johnapclaw1
16 years agoNew Contributor
Hi,
Sorry for the typos in my first post.
requestMessage = testRunner.runTestStepByName( testStepName) should be
requestMessage = testRunner.runTestStepByName("login");
requestMessage = testRunner.runTestStepByName("create_user");
Also, the reason we adopted a keyword based spreadsheet is because it allows our subject matter experts (who aren't automation engineers) to write and maintain their test cases.
Sorry for the typos in my first post.
requestMessage = testRunner.runTestStepByName( testStepName) should be
requestMessage = testRunner.runTestStepByName("login");
requestMessage = testRunner.runTestStepByName("create_user");
Also, the reason we adopted a keyword based spreadsheet is because it allows our subject matter experts (who aren't automation engineers) to write and maintain their test cases.