Hey
AtishAs Rao said screenshots would help, but in the meantime, youve imported a project .xml file, so once the project appears in your project navigator (left hand part of screen), the projects parent folder should contain 2 principle child objects.
1 child object is entitled 'APIs' and the other child object is entitled 'Functional Tests'.
If you click on the Functional Tests object, this will display any Testsuites in your project.
If your Functional Tests object does NOT contain any children (i.e. any testsuites), then this means the project was setup with just the APIs setup, but no ones created any tests yet (essentially the executable teststeps in a test are child records of the request objects setup in the APIs parent).
Just to be clear. The hierarchy is as follows:
Project
--APIs
--Functional Tests
----Testsuite
--------Testcase
-------------Teststep
A teststep can only exist in a testcase. A testcase can only exist in a testsuite.
An executable teststep in a test such as SOAP or REST are actually linked to the Request within the associated API. The Request in the API might look like a teststep, but it isnt. A teststep only exists within a testcase.
Cheers,
Rich