I need to achieve the below scenario using jmeter how can i do it please help
Login in to site with general user and schedule a appointment with doctor.
Login with doctor and accept appointment and video call the user at that time.
The user need to lift the video call and keep the session open for one min
Logout both the sessions.
please help how to achieve the above.
Use the WebDriver sampler as a core element and build your scenario with it.
Here's the basic tutorial.
Related
Can we automate firebase analytics(events/views) triggered from android/ios apps using appium-java?
i have just triggered the events that needs to be automated and stuck with proceeding further...
Is it possible to link to firebase analytics and query the data to validate?
(or)
Is there any other way that we can catch the analytic events while triggering the events from app?
I have gone through many articles not getting correct answer
Please advise, Thank you!
Option 1 -
Generate a build with unique build#.
After Appium execution for the events, initiate web browser through selenium.
Filter that specific build version in Firebase and check the events
Option 2 -
Track network calls and validate the requests.
I tried to test one WEB application. I log in to the application and then go to diff. menu. In JMeter, I used "HTTP(S) Test Script Recorder" to record the application after stopping the recording many requests are created and I tried to run those requests then some requests failed it shows error 403, "Invalid username and password ". Here I also used a recording controller.
So I need help to test the load /performance of my web application for multiple users so how is it achieved?
I don't think that "many" requests should be created, I can think of 3:
Open login page
Perform login
Go to "diff" menu
If you're seeing "many" requests most probably you're recording a lot of stuff that you should not be recording like embedded resources
There is Recording Template which is kind of handy, it has pre-defined patterns for excluding of common file types which you should not be recording
Also be aware that in the majority of cases you won't be able to successfully replay a set of recorded requests without correlating the dynamic parameters.
Hello I want to develop a chat application in CodeIgniter but there are lots of ajax call running in background when user logs in and chatting with each other.
Sometimes my ajax response displays login form HTML in chat form and i found out that my session getting expired. I do not know why its getting expired automatically so if someone can someone guide me to overcome this issue ?
It will be highly appreciated as well if someone guides me to use libraries or third part libraries (i.e Pusher for instance https://pusher.com/) which are helpful to built a better chat application using CodeIgniter.
Any help or suggestion would be highly appreciated.
Thanks
open this file in path : application\config\config.php and find out
$config['sess_expiration']
If you want to add some seconds then to session hold in set time
I recorded google search step using jmeter. After finish recording I have save my recorded file but recorded steps are not readable:
Also I when I re-open that file and try to run this it gives error:
Anyone please help me on how can I run the recorded file
'ocsp request' usually comes while recording with google chrome or when there is some google id running in back ground. you will not be able to see the values in plain text as google authentication is always encrypted
e.g: In the screenshot provided its client1.google.com is a google server.
Please be informed that you would need to perform such tests only on authorized websites , In a scenario of this request which has come up during recording, please feel free to delete it
I need to use jmeter with worklight. I followed the IBM knowledge center and could extract the wl instance from init.But when try to use the login function , it is showing unauthorized 401 and the response is not the authstatus required ,instead it is displaying another instance id. Give me suggestion and document for solving this issue.
Without seeing your test script, it is difficult to answer this question.
However, something to look at is:
Is the instance ID the same one in all trials or not?
If it is the same instance ID then you are likely not properly extracting the instance ID.
If is is not the same instance ID, you might have a configuration problem in the HTTP cookie manager in jMeter. It would be better to see the script.
What exactly did follow from the IBM Knowledge Center? Please provide the link.