Forum Discussion

shashi_soapui's avatar
16 years ago

Test Runner Exported result file status shows UNKNOWN

Hi,

I am running SOPUI test runner with exporting results to folder. The test result file create with name "XXXXTestCase-XXX-0-UNKNOWN" and also showing status "unknown" in created file.

Status: UNKNOWN
Time Taken: 405
Size: 3961
Timestamp: Thu Jan 07 11:01:53 PST 2010

However I can see respone.  This happening to only few of my project files.
Can someone help me to resolve this issue.

Thanks & Regards,

3 Replies

  • AnandKiran's avatar
    AnandKiran
    Frequent Contributor
    SOAP UI - Turns the step color to green and returns the status as OK only if an assertion is inculded, else it returns the value UNKNOWN. Even if the service is successful it return the value as UNKNOWN.

    Can any one suggest me how to find out whehter the operation has successful returned a positive response or not.

    Regards
    Anand
  • Hi,

    you will need to add an assertion for this, maybe a simple "SOAP Response" assertion will be sufficient?

    regards!

    /Ole
    eviware.com
  • AnandKiran's avatar
    AnandKiran
    Frequent Contributor
    Hey Ole ,
    Thanks it works perfectly .
    Once more question how can we get Response Time & Request Time of an Operation.

    Or How to get the timetaken of Testcase.

    Regards
    Anand.