Posts

Showing posts from August, 2013

Hi Hi Jenkins

Image
Jenkins is a tool which we can use to automate a build in our projetc. Say you want to check running some program and check the results, this tool can simply used to run it and if there are any output files being created, you can view them as well. Here I add the dashboard of the Jenkins. And you can add plugins to this and work with them as well. For my work ,I added the HTML publisher plugin so i can create HTML files for every test I run in Jenkins.I added the Performance Plugin  as well. Which can be used to check the jmeter test logs and put up graphs so we can have a Graphical view of the performance.

Working with Jmeter

Image
Good Morning fellas, It me again with another blog post. This time i'm going to introduce you another powerful tool which you can use to automate tests and view summarized results in a productive manner. First you got to download Jmeter from  http://jmeter.apache.org/download_jmeter.cgi  . Unzip the folder and locate where you prefer to work with. Go to the Command Prompt and Change directory to where the folder is and go in to the bin and type "jmeter" to launch, Which will open to the following window where you can configure a test plan and execute . We can add  HTTP Request to send requests to a selected website and we can monitor the results using Trees and Tables in Listener group.  Following test plan is for sending requests to www.google.com and www.yahoo.com. And a good advantage here is we can add multiple threads and multiple users so mainly we can do load testing and stress testing easily and check results. What I have shown is the table resul...

Saying hello to "Git Hub" ..

Image
Hi guys, let me introduce GIT- a server which is on the web where we can submit our open source projects so the other developers can use them later.GIT was created by Linus Torvalds. The language which has been used for this is Perl and C.  GIT is a Distributed Version Control System which you can use to maintain versions of your codebase. To use GIT, first you have to install it. I will tell how to do it in Windows 7 environment, Step 1: Download the very latest GIT preview.  http://msysgit.github.io/   Step 2: Install the GIT exe Step 3:After installing , go to the command prompt and type " git --version ".  If it shows the version you installed that means you are good to go with GIT  :) Then you need to configure your GIT  Then you have various type of commands to do cool features in the GIT. This is how it looked when I installed and entered my user name and email address