-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Evaluate potential improvements #376
Comments
Hi! The current intended workflow is for you to record the whole workflow, including the login, from the browser recorder so that your generated script has already the login information. |
That's where the problem lies! My application using SSO generates an Authorization like this when I access it through the main page, for example: The issue is that I don't have programming knowledge, and I don't see many articles about how to use authentication within JavaScript. From the documentation, I was able to use the NTLM example directly in a JS script in VS, but in K6 Studio, I don't find it practical to parameterize authentication. Regarding authentication, JMeter has the practicality of injecting a username and password for authentication. In many applications, authentication is a recurring step across various tests. Instead of recording the login process every time, users could configure authentication (e.g., username/password) once and reuse it across multiple tests. |
As K6 studio is design and more user-friendly for people don't have much knowlogde about programming. It could make available a specific configuration to authentication as Jmeter has. When we may provide our username and password to authenticate in our application easily.
The text was updated successfully, but these errors were encountered: