FitNesse Test Script: After running test, errors displayed are: " Method t

FitNesse Test Script: After running test, errors displayed are: " Method to execute test is not found in com.appaincorp.ps.automatedtest.fixture.TempoFixture." And "could not invoke constructor".

How to fix the above errors?

OriginalPostID-223708

OriginalPostID-223708

  Discussion posts and replies are publicly visible

Parents
  • Seems like you are trying to invoke a method which doesn’t exist in the Tempo Fixture provided by Appian FitNesse.
    This might be due to :-
              1.          Spelling mistake or a syntactical error in the method/command
              2.          Invoking a method/command which doesn’t exist.
              3.          You haven't included the fixture which contains the method in the path of the script.
              
    Please check the FitNesse script for the above possibilities.
    If the issue still exists then attach the script so that we can debug it.
Reply
  • Seems like you are trying to invoke a method which doesn’t exist in the Tempo Fixture provided by Appian FitNesse.
    This might be due to :-
              1.          Spelling mistake or a syntactical error in the method/command
              2.          Invoking a method/command which doesn’t exist.
              3.          You haven't included the fixture which contains the method in the path of the script.
              
    Please check the FitNesse script for the above possibilities.
    If the issue still exists then attach the script so that we can debug it.
Children
No Data