-2

In case of Smart bear floating license, how to know the license is available for user before InstallTestCompleteAdapter task run?

i want to know whether the floating license is available or not for user, before running tests. How to do it?

1 Answer 1

-1

i got the answer, thanks to smartbear support team.

The ans. is in Testexecute behavior, the Testexecute application check on license availability before getting start, if license is available in the pool then only Testexecute application will open.

Hence in loop i kept running below command, until testexecute open: Start-Process -FilePath $testExecutePath -ArgumentList "/SilentMode /Exit /AccessKey:$AccessKey" -PassThru -Wait

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.