Student Expert Issue

@ferpioli this collection also looks incomplete–you’re going to want to make sure you’ve worked through all of the steps in the first two folders and saved your requests. When you’re done, copying the collection link into the final request Test collection will indicate whether your collection is ready for submission or not. :upside_down_face:

hi @suesmith all my tests passed and i sent the link what is the next step? thanks for the help

Hopefully you saw a confirmation message indicating we will check the submission and be in touch within a couple of weeks… :slightly_smiling_face:

where to send t he link once test collection shows all tests passing?

@suesmith, I didn’t receive any feedback in my email, I’m waiting, thanks!

Hello @szymon.kozuszek ,

Welcome to the Community :clap:

Still in your Test Results section, you have one failed Test, means something else is pending! It should look like:

After getting 10/10 passed, you should copy the public link of your collection and submit it in Postman Student Expert Submission

1 Like

Set env variable from script and set next request | AssertionError: expected [] to have a length above 0 but got 0
This error is coming can anyone tell me what I am doing wrong

Hello @carrycooldude Welcome to the community :bouquet:

Please spare a moment to read this post

Also please have a look at the similar query answered here :slightly_smiling_face:

Hey @thejas2002! Can you provide a bit more context around the issues you’re having? That will make it much easier for folks on the forum to help you out. If you have a link to your collection, that may also help understand your sticking points :slight_smile:

1 Like

respected sir,
I got my issue resolved in the postman student expert program and I got the 11/11 skill test passed and thanks for your help.
Thank you
yours faithfully
Thejaswin S

2 Likes

That’s great to hear! Would you mind sharing what you did to get it working? Or sharing a link to the discussion where you found the solution if that’s possible? This would help in case anyone else has the same issue going forward :slight_smile:


Hey, can anybody help me to fix this I don’t know why it’s happening? I did everything correctly but still tucked in this

Fail: Used query and path parameters | AssertionError: expected to have a length above 0 but got 0

Fail: Set env variable from script and set next request | AssertionError: expected to have a length above 0 but got 0

There are certain requests in the collection that you need to use query params and path variables.

I would suggest starting from the beginning and walking through each of the requests, taking time to read the instructions contained in the responses.

I could just tell you the answers but it defeats the object of the course and takes away the learning opportunity for you.

Being able to debug these issue in a controlled environment like that collection will set you up for your future postman learnings.

2 Likes

Thanks @danny-dainton,
Finally, I am able to debug and fix those issues. And now it passes all tests.

2 Likes

What is wrong in my script? What I’m doing wrong? Please help.

Hey @abhik1

You’re capturing the value as a environment variable in the script but you have not selected an environment file for it to be stored in.

You can either create and then select an environment file or try this pm.collectionVariables.set() scope instead, as that doesn’t require you have an existing environment file created.

1 Like

Thanks a lot @danny-dainton

It works.

1 Like

Guys - I am getting three errors out of 11 and any feedback would be helpful.

Q1. Which URI should I run with different http methods to get first item resolved?
Q2. Any suggestion on error 2 and3?

Never mind! I realized that i missed steps where POST, PUT, DELETE was supposed to created and executed.

All good here.

hey there! I’ve used all types of requests such as GET POST PUT DEL and passed the skill check but still have the same three issues. Can you please tell me where should look at?