Skip to main content

Posts

Showing posts with the label AI

ChatbBot : Conversational AI Chatbot | MicroChat | How to make your own chatbot

 Do it yourself- ChatbBot : Conversational AI Chatbot | MicroChat | How to make your own chatbot In this tutorial you will learn how to develop your own chatbot and how to integrate with your website. SO don't skip this video and watch from beginning to end so that you will understand how this working. If you have any doubt or query, please comment me under video section, we will repy you as we are care about our customer. #trades4pro Conversational AI Chatbot | MicroChat #ChatBot#AIChatbot#MakeOwnChatbot#Trades4Pro#SupportKaro chatbot using python, chatbot tutorial, chatbot marketing, chatbot in python, chatbot using javascript, chatbot for whatsapp, chatbot for website, chatbot project, chatbot app, chatbot agency, chatbot android studio, chatbot api, chatbot application, chatbot ai, chatbot architecture, chatbot app android studio, a chatbot for students, a chatbot for students in php, a chatbot is also known as, a chatbot for conflict detection and resolution, a chatbot with ...

How to analyze a JMeter summary report?

  A  Jmeter  Test Plan must have listener to showcase the result of performance test execution. Listeners capture the response coming back from Server while Jmeter runs and showcase in the form of – tree, tables, graphs and log files. It also allows you to save the result in a file for future reference. There are many types of listeners Jmeter provides. Some of them are: Summary Report, Aggregate Report, Aggregate Graph, View Results Tree, View Results in Table etc. Here is the detailed understanding of each parameter in Summary report. By referring to the figure: Label : It is the name/URL for the specific HTTP(s) Request. If you have selected “Include group name in label?” option then the name of the Thread Group is applied as the prefix to each label. Samples : This indicates the number of virtual users per request. Average : It is the average time taken by all the samples to execute specific label. In our case, the average time for Label 1 is 942 milliseconds & to...