Skip to main content

Posts

How to get performance monitor data in different formats

      After creating the data collector set in the performance monitor we need to get the report to analyze it further. There are 4 types of formats available in performance monitor to record the data. Types are as below Comma Separated Tab Separated SQL Binary How to change data format for the data collector set By default, all new data collector set will record data of type binary. Means graph. There are 2 ways to get the data in other formats.  Can convert the recorded data to another format Can make perfmon to record data with a defined format How to convert data of one format to another in perfmon Create a data collector set. Already covered in this article Start the data collector set After doing some action stop the data collector set Logfile location will be set while creating the data collector set. Navigate to that folder You will find the perfmon data file. Double click on that file The graph will open. Right-click on the graph and select save data as Stor...

How to save data collector set in perfmon. How to import data collector template to another computer

 In the previous article, we have seen what is performance testing and performance testing using a performance monitor . We have already seen how to create a user-defined data collector in this article. Here let us see how to export data collector template from one computer and import them to another computer. The template is nothing but the XML file that contains data about the data collector that is created in one computer.  How to export data collector template Step 1: Go to CTRL+R -> Perfmon Step 2: Right-click on the collector you want to save. Then click Save Template Step 3: Select location  How to import saved template to another computer Step 1:  Go to  CTRL+R -> Perfmon Step 2:  Right-click on the User Defined -> New -> Data Collector Set Step 3: Select Create from a template(Recommended) Step 4: Click Next Step 5: Select Basic and click Next Step 6: Click next and set location  Step 7: Click Finish Possible Issues While Importi...

What is Performance Testing, Is it possible to do performance testing for desktop application

What is Performance Testing     It is one of the testing processes that is used to determine whether the server in which the application got hosted is healthy in terms of handling the expected load and expected speed. When we talk about the web application when the user clicks on anything in the application a call will be made to the server and the server will send the requested details to the user. So it is required to check the server speed and its capability of handling load in various intervals. Why Performance testing is important     Server health is very important in all types of applications because the final output of every business is to satisfy the customer. Even the front end of the application looks impressive users will expect speed of delivering their requested data. Many retail companies like Amazon will offer a sale for a period of time and on that time server needs to handle a large amount of load. So there is a need to analyze the speed, scalabilit...

How to link a bank account to Google pay and How to transfer money using Google pay

 Google pay is used to transfer money from one another. This was created by Google and this makes a good and easy interface to transfer money to others. You can transfer money to other Google pay users or can directly send money to the bank account of others. Prerequisite You need a bank account linked with a phone number How to download Google pay     It is available in the play store and AppStore you can download it from there. How to link a bank account to Google pay Once the app gets installed open the Google pay app It will ask the mobile number that is linked to your bank account. Enter that mobile number Once the UPI ID gets generated, it will ask you to set a UPI pin. Enter your convenient pin number Once you enter the pin number your bank account now connected with google pay To recheck the bank account again click on the top right corner, In the profile page bank account will get listed This process is the same for all other platforms like PhonePe and all How to...

How to start a blog and How to promote your blog

What is blogging     This platform is used to post all kinds of information on the internet. The information can be of any kind of interest.  Your interest can be helpful for other readers on the Internet. Nearly 50% of the world population is using the Internet and different people are searching for different articles and your article may helpful for any other readers.  How blogging help you financially     When someone putting effort into anything they will expect some financial return from it. Blogging offers you some income with it.     There are multiple ways to earn using blogging below are some ways Displaying advertisements - There are many advertising networks that work as a mediator between advertisers and publishers. Once your site got approved you can display their advertisements and earn using that Affiliate links -  Most top companies offer affiliate links. The affiliate link is nothing but you are promoting their...

Keyword Driven Framework Introduction - Part 1

Before starting this topic check the below articles once Automation using Selenium Java First script using Java Types of Automation Framework     Keyword Driven Framework is one of the automation framework types. In this type keywords specific to the function are saved in a separate file and test data is isolated. Tester's work is to map the keyword functions as per the required scripts. Other names for this framework are Table driven or Action Based testing. The necessity for this Framework     TDD is a good framework when compared to other previous frameworks. But that requires a tester with more programming knowledge. I am not saying Keyword Driven framework doesn't need programming knowledge. But it provides manual scripters to map the automation scripts to their test cases. For example, Navigating to the site is the essential thing. To perform this action automation tester will write a background script. To use this script manual tester will enter some keyword...

Time Travel

What is Time?     Time is a thing by which all the calculations were done in this world. This time is calculated using earth rotation. It is an irreversible thing we can't able to get the lost 1 second. Based on this time, everyone's life is described as past, present, and future. With the presence of the sun, day and night get calculated. This is on Earth with gravity. Time will differ with respect to gravity. The higher the gravity slower the time. What is Time Travel?      It is one of the interesting myths (may or may not be a myth) around the world. In our life, we all think in some situations. We will think about our lives and think about what will happen if this situation has not happened in our past. Time travel is nothing but moving across time. In every second we are traveling to the future. So, all are time travelers. Lol. Time-traveling to the past had many myths and theories. Let us discuss some strange topics in time travel What happens to a per...