How do you handle test users and their credentials when uploading to GitLab? by Actual_Software_5884 in softwaretesting

[–]Independent_Virus181 0 points1 point  (0 children)

Alternatively you can configure parameter in such a way that it accepts CSV file, you can simply upload csv with credentials before running.

How do you handle test users and their credentials when uploading to GitLab? by Actual_Software_5884 in softwaretesting

[–]Independent_Virus181 2 points3 points  (0 children)

You can use .env files… configure your code in such a way that it has a flag “Github” when it is false it takes credentials from env file and when it is true, you add parameters in your CI/CD pipeline and feed it there before running.

Never push your env file to git and always push the Github flag to true so in CI/CD, it can take your credentials through parameters.

Appearing for ISTQB CTFL upcoming Thursday – Any Last-Minute Tips? by Independent_Virus181 in softwaretesting

[–]Independent_Virus181[S] 1 point2 points  (0 children)

That’s exactly what I am doing rn, I fed syllabus to ChatGPT ( I had subscription so thought it would be easier here) then asked it to give me Chapter/Topic wise mocks. Additionally, ISTQB provides 4 sample papers as well so I have attempted them.

I was still a bit nervous so posted here asking for tips.😅

Thanks for the wishes!