Showing posts with label Test. Show all posts
Showing posts with label Test. Show all posts

Wednesday, May 4, 2011

SQL query performance test with JMeter

There are lot of tools in the market by which you can analyze performance of SQL query or stored procedures. Which tool you select is a matter of choice and compliance with your database server.

Apache JMeter is a open source software which had been built with JAVA. Main purpose of this tool is to do load test function behavior and measure performance. Basically anything that has request and respond feature can be load tested by JMeter.
Website link: JMeter

Scenario: I need to know how efficiently my SQL queries can perform under some given load.

I will use JMeter tool to accomplish my objective. In order to use JMeter you need to have JAVA run-time environment present in your machine. JMeter uses JDBC to connect to any database. As my targeted server is Microsoft SQL Server(MSSQL) 2008, I need to have proper JDBC driver for MSSQL and need to place that driver under "JMeter/lib" directory. Also we need to monitor the performance of the server where the database has been stored. "Performance Monitor" provided by Microsoft can be very useful for this purpose.

JMeter Download Link
(note: I have used JMeter v 2.4)
JRE download link
Microsoft JDBC Driver for SQL Server
Performance Monitor: Control Panel\System and Security\Administrative Tools\Performance Monitor (path in Win 7)


Basic JMeter configuration breakdown:

Test Plan->Add Users(thread group)->Add JDBC requests(SQL queries)->Add JDBC connection config-> Add Listeners(to view/store test results)->Add Assertions to JDBC request(measure matrices for analyzing response)

Step 1: Put downloaded JDBC driver (sqljdbc4.jar) under "JMeter/lib/" directory.

Step 2: Creating Test Plan: I will create 20 users, each will send three SQL requests to the database server and each user will repeat sending requests four times(# of iteration). Total (20x3x4=)240 JDBC requests will be sent by 20 users. After first opening JMeter by default a empty test plan will be created with default name as "Test Plan". Give a meaningful name to your test plan relating with your objective.

Screen-shot: Test Plan

Step 3: Adding Users: Add "Thread Group" element under the test plan by right clicking on test plan->Add->Threads(Users)->Thread Group(left click). Name it like "DB users" or something meaningful. In this element I will give no. of users to be simulated at database server. Now I'll give inputs according to my test plan under section "Thread Properties":
Number of Threads (Users) : 20
Ramp-up period (seconds) : 1 (how much to delay starting each user)
Loop Count : 4 (number of iterations)

Screen-shot: Adding thread Group
Screen-shot: Configuring thread group




Step 4: Adding JDBC requests(SQL queries): Add "JDBC Request" element under thread group by right clicking on thread group->Add->Sampler->JDBC Resuest(left click). Name it with relevant to your query i.e. "Key Report->Period MAT".
Now we need to give a variable name under "Variable name bound to pool" section i.e "BI". It is used by the JDBC Sampler to identify the configuration to be used.Several different JDBC Configuration elements can be used, but they must have unique names.I will use same JDBC config for all the JDBC requests.
Now input SQL query under "Query:" section. Select your query type from the "Query Type:" drop down list. I will give queries traced by SQL Profiler, so I have given query type as "Callable Statement". For SELECT statement you should select query type as "Select Statement".
Following the above process I have created another two JDBC requests as "Key Report->Period QTR" and "Key Report-> Period YTD".

Screen-shot: Adding JDBC Request
Screen-shot:Query input


Step 5: Adding JDBC Connection Configuration: Add "JDBC Connection Configuration" element by right clicking on thread group->Add->Config Element->JDBC Connection Configuration (left click).
Now give following inputs to configure:
1. Variable Name: (Same variable name given at JDBC Request elements)
2. Maximum Number of Connecitons: 0 (if you want connection to be shared then give value more than zero)
3. Pool Timeout: 10000
4. Idle cleanup interval: 60000
5. Auto Commit: True
6. Maximum Connection Age: 5000
7. Validation query: Select 1
8. DatabaseURL: jdbc:sqlserver://(server IP);instanceName=(Instance);databaseName=(DBName)
9. JDBC Driver Class: com.microsoft.sqlserver.jdbc.SQLServerDriver
10. User Name: (SQL server access user name)
11. Password: (user's password)

Screen-shot: Adding JDBC Connection Configuration
Screen-shot: Configuring JDBC Config element


Step 6: Adding Listeners: We need to add listerners by which we will view the performance test results. For basic level of report add "Summary Report" & "View Results Tree". To be noted that listeners will use a lot of memory. I also use third party listeners named "Response time vs Threads" & "Response time over time" which can be found at http://code.google.com/p/jmeter-plugins/.

Screen-shot: Adding listener

Step 7: Adding Assertions: Assertions allow you to assert facts about responses received from the server being tested. Using an assertion, you can essentially "test" that your application is returning the results you expect it to.For this case I will add three types of assertion to each of my JDBC request & they are "Response Assertion", "Duration Assertion", "Size Assertion". Response assertion will check whether expected pattern of values are returned or not.
Duration assertion will check whether the response have taken more than expected time or not. Size assertion will check whether the response size matches with expected size.

Finally, for my objective the configurations have been been completed. All I need is to do is run the load by left clicking Run->Start or by pressing ctrl+R. After running the load view the results shown at added listeners and run "Performance Monitor" at database server PC to monitor server performance due to this load.

Screen-shot: Summary Table

Screen-shot: View Results Tree

Screen-shot: Response Time Over Time

Screen-shot: Response Time vs Threads

Screen-shot: Performance Monitor

Sunday, September 12, 2010

Practical Usability Testing -> China Tour

A question to automation experts, testers, developers -> "Can you automate usability testing?"
My answer to this question is I can't, you have to have human intelligence involved in it. Exploring the user's experience and thoughts and asking questions and noting down information about as how user is using, seems to be the effective way of evaluating usability testing. Though usability testing can be structured in a various way according to needs and available resources.

The common questions I ask while doing usability testing are :

"What is it?"
"Can I use it?"
"Does it make sense?"
"Is it easily understandable to how to do it or how it is done?"
"Where am I?"
"Where can I go and can't go?"
"Why I did what I did and why I didn't do what I didn't?"
What is the most attracted thing appeared?"

How usable to tour China(Guangzhou city):

The first usability issue I faced was language barrier as I didn't know Chinese language. But then I have managed to understand most of the material's functionality through the pictures and signs printed on the materials which made me realize the usefulness of pictures and signs for understandability of functions.

This scenario can be linked to websites that is not being localized. So if there were pictures and signs along with the terms/menus/links then I think it would have more been user friendly website. From then I continue to promote to add pictures and signs along with the menus/links in the website to boost the user friendliness of the website's functions understandability.

For example if you look at the first image below, you can see a box and some label is being printed upon it but as the language was not known by me I can not understand what was the functionality of materials inside the box. But if you look at the second image, there are some signs also printed along with some Chinese texts. Now by seeing the signs I can easily understand the functionality of the materials inside the box which is "Fire Hydrant".


Other than that I have faced and experienced some interesting scenario which can be linked with some scenarios which I have faced during software usability testing.

Evaluating Boarding Pass:
This is a sample boarding pass of China Eastern airlines.


Issue 1: Passenger's name is being overlapped on the next field "BD TIME". [GUI problem]
Issue 2: The seat no. is being printed far from from the "SEAT" field. There are other similar issues.
Issue 3: The term "BD Time" means Bangladesh Time, but it would have been better if the term was written as "Departure Time". And may include the term  "BD Time" at the end of the time shown.
Issue 4: There is no " : " or " - " to separate the minutes and seconds shown at "BD Time" field.

 At Bus stoppage:
Wherever you go "Bus" seems to be the only solution as transportation for moving around the city efficiently and cheaply. But if you don't know which bus to take and where will the bus go, then it might not be the best solution. However I have managed to understand the system by looking at the boards at bus stoppage where the stoppage names are printed like below images.

Lets see how I have figured it out though I didn't know Chinese language. I used to make my hotel manager write down the destination name in chinese in a paper before I leave my hotel. Then I would show that paper to taxi driver/ bus driver/people if I get lost. But the problem was which bus to take and to understand after how many stoppage the bus will reach the destination.
If you closely analyze the stoppage names, you will see that in the horizontal list of stoppage names some are printed as red color. And vertically all red colored texts are same. The made me understand that this is name of the stoppage I am currently standing on left ones from the red stoppage name are already visited by the bus and right ones are to be visited.
Which made me realize the importance of coloring and navigational panel which we see often in the websites and sometimes we don't see as navigational panel. But a well designed navigational panel surely will improve any website's usability as the navigational panel and proper coloring would help the user understand where s/he is and after what sequence of actions s/he reached at current state of the website for backtracking and to have a sense of actions performed and for mapping out the website.

At underground Metro Station:
I found a very good example of navigational map at underground metro station where there is a word "You are here" and pointing at where you are in the map. See the image below:

At road traffic stop:
At road traffic stoppage I have seen an interesting thing which I have not seen in my country's traffic stoppage. And that is a timer is being shown at every stoppage which is indicating after how much time the red signal will become green or when green will become red. See the below video:
How many times you have seen the loading scenario when you go to a website. But there is no timer is shown to help the user estimate the time needed to load the website. Which may occupy user's valuable time starring the loading animation of that site because the user doesn't know the time needed to load. But there were timer, the user can switch to other tasks that can be done within the time left to load the website.
This traffic signal timer made me realize how can the loading scenario can be improved by adding a simple timer.

I don't bind myself to test only software. I try to test everything evolving around me. And learning through practical scenario.

Monday, June 14, 2010

Review:- SQABD Lighting Talk 4, Held on March 31, 2010 at Washington Hotel, Dhaka

Hello all,

I know this post is a bit out-dated in perspective from the topic, but i wanted to review the talks and i thought its better late than never. I had some questions to ask but couldn't at the seminar as i am not a rapid thinker. Hmm might effect me being a rapid-tester like Sajjad vai, ;).And i was waiting for the videos to be finished uploading too. Anyway here it goes:

SQABD Lighting talk 4 review:

Talk1-Mozammel Haque
Topic title-Solo Scrum-The Pomodoro Technique
Resource-http://www.sqabd.com/lt_present.php?id=lt27


First of all thanks for introducing me to the Pomodoro technique. I wasn't aware of it till your talk that day. What i understand from your talk is that:

1. Choose a task to be accomplished
2. Set the Pomodoro to 25 minutes (the Pomodoro is the timer)
3. Work on the task until the Pomodoro time up
4. Take a short break (5 minutes is OK)
5. Every 4 Pomodoros take a longer break
6. And not to answer any IM, phone calls within this 25 min time period. And if anyone calls tell them to call after the time left in Pomodoro.

Now i think there might be some problem regarding this technique. I think this technique might be self interrupting your thinking process. What if someone is deep into something and the timer rings that your time is up and you have to concentrate after 5 minutes. Well, in that case this technique doesn't help.

In that 25 min time period, if you got call then you are already interrupted. And in these days you can not switch off your mobile, that's not logical. Its better finish your talk and fully concentrate then.

Well that's my perspective anyway. BTW liked your presentation style :).

Talk2-M Ayman Noor
Topic title- When to stop testing?
Resource-http://www.sqabd.com/lt_present.php?id=lt28


My answer is simple : until your project manager or test manager or customer says stop, you continue testing. We also have to consider the constraints and do our test plan according to that. Many time it happened to me that there were predetermined time and we planned our test process accordingly suddenly customer don't want anymore testing to be done, then we have to stop there.

In real world, testers are not in a position neither have the authority to minimize the risk, if s/he could have those we might have call ourselves QA guy not tester. And we also do not have privileges to release the product, we can only convince
our PM | TM | customer about the risks they are taking to release the product before sufficient test coverage.

Anyway thanks for asking a thoughtful question.


Talk3-Samuel D. Bretzfield
Topic title-Lighting Talks 4 keynote
Resource-http://www.sqabd.com/lt_present.php?id=lt29


Awsome work environment you have indeed. :)
hire me ...lolz. just kidding.

Talk4-Shaikh Sonny Aman
Topic title- Developing a lightweight, hi-performance and dynamic JSON api server with C.
Resource-http://www.sqabd.com/lt_present.php?id=lt30


Well i really don't like programming language "C" actually. Andi have no prior knowledge about Json either, So I should not make any comment about your talk. :)

BTW: liked your sketch though ;), and your presentation slides were fun to watch.

Talk5-Tauhidul Islam
Topic title-SQL Server Database Change Automation
Resource-http://www.sqabd.com/lt_present.php?id=lt31


Nice tool indeed. How can i get that tool you made? :)
Hope you will make that tool fully automatic from semi automatic one day/night.

BTW: I have found another tool like yours by Ewout Stortenbeker and his project name is "SQL Server database versioning with Subversion (SVN).
URL: http://www.codeproject.com/KB/database/ScriptDB4Svn.aspx

Anyway nice informative presentation.

Talk6-Zahidul Islam
Topic title: Meta Testing
Resource-http://www.sqabd.com/lt_present.php?id=lt33


Hmm Interesting name you mentioned "Meta Testing". May be its my lacking that i haven't understand what "Meta Testing" really is. You have talked about some fallacies and those are interesting way to looking at scenarios indeed.

Talk7-Abu Awal Md. Shoeb
Topic title: Challenges of a Paperless Admission System
Resource-http://www.sqabd.com/lt_present.php?id=lt32


What an inspirational work and speech my friend. Sal-lot to you and to your
co-workers. But it would have been much better if you would have been given the speech in English then I could have forward link to others from outside Bangladesh to watch this speech of yours.

Anyway i am waiting for your many more inspiration works.

Talk8-Hasin Hayder
Topic title: Bangla Input Manager JQuery Plugin
Resource-http://www.sqabd.com/lt_present.php?id=lt34


Great work man! And indeed thanks for reminding us the blessing of open source.
Phonetic Bangla uses in web pages are really great plus point in respective of usability.

BTW: Nice presentation trick :).

Talk9-Imrul Kayes
Topic title: Context driven testing(CDT)
Resource-http://www.sqabd.com/lt_present.php?id=lt35


Thanks for sharing your expertise in CDT. But the two circumstances you have mentioned where it would be difficult for us to apply, i think we the testers are facing those circumstances everyday, i.e.:
1. It is always someone beside the the tester who is responsible for ensuring quality
2. How do you determine that the context is well defined? If the context is well defined then why it would be difficult to apply CDT there??

Talk10-Golam Rabbi
Topic title: Good To Great
Resource-http://www.sqabd.com/lt_present.php?id=lt36


Inspirational speech about your success story indeed. Will sure try to discipline myself but it would be very hard ;).


Best Regards
Ashik

Tuesday, May 18, 2010

Weekend Testing

Weekend Testing Session No. 35
Date: Saturday 15th May 2010
Time: 3 PM – 5 PM IST GMT+05:30

At last I have participated in the weekend testing session. It was my first session.
I was very excited about it. Some how i missed when it started and joined a bit later. And at last i got time to blog about it. :)

Mission: In my view: Go to URL: http://prezi.com, explore it and make a good presentation and report that to http://www.bugrepository.com/.
The mission was simple but i think was full of traps. Like what is a good presentation ? i was answered by Ajay that good according to me. Well i was more confused and thought about what should be the good according to me? And i thought if can found some problem in it then it would make a good presentation as it seems to have some problem. [well according to me anyway.. ;)]

So I opened up my favorite tool "Perlclip" and generated 1000 long string and pasted at the name and description field. and was continuing to load screen shots in my presentation.

Finally when i tried to open that presentation my browser stopped responding!!! Well, in the end to me, i have made a good presentation. ;)

Finally thanks to the moderator for teaching me to submit my report first then start discussion and also giving me more time finish the presentation. Liked the presentation tool though it is a bit slow and made my browser crashed :).

My presentation link: http://prezi.com/vxc49kxpao9t/
bugrepository.com Bug ID: 0000308

Wednesday, May 12, 2010

Intra weekdays testing !!

Couldn't think of a better title than this one, sorry :|.

Couple of weeks ago I was thinking about learning testing through community based testing. Where people would come together on a particular day/night and test a random application with a common mission. Actually i was really bored of my company's projects or lack of projects, so i thought it would be nice to arrange or participate in these type of events which will help my learning curve grow (perhaps in right direction).

So, I was asking about this to local testers to know their feedback. Most of them likes the idea but from their perspective it would be impossible to arrange and continue like this event as most of us want to give time to family or friends in the weekends. Then I was suggested about "Weekendtesting.com" community by Mr. Sajjadul Hakim from the local community "SQABD.com".

I found "weekendtesting.com" community's idea very interesting and this actually can be applicable in Bangladesh also. As testers can be grouped together online and can test an app from their home. I hope someday Bangladesh chapter will be opened at "weekendtesting.com".

Before i go deep into that i thought how about i run an experiment with my colleagues with this idea. So i have decided to give them a random app and asked them to test with some limited time. I found suitable app address from "weekendtesting.com" "http://www.barcodeart.com/artwork/netart/yourself/yourself.swf", which was used in one weekend testing session. Interesting scnenario was this:

Participants: 3 newbie testers (fresher)
Time: 2 hours

I was very eager to see how those three new comers approach a problem without having no prior testing knowledge (thats the main mission for me and teach them how should they). Mission was same as was in "weekendtesting" forum: "to find out highest possible value" and "the invalid input". As this session happened in weekdays and within my company, i called it "Intra Weekdays testing".

First Tester's approach: He downloaded a bug report template and wrote down problems he found.
Second Tester's approach: She draw a table to analysis the output and input.
Third Tester's approach: He tried to explore as much as possible to find out anything about the application.

I see that combination of their approach can be called a good approach: explore+analysis+report. But they didn't seem to communicate with each other. So they failed to fulfill the mission. So this taught a big lesson for them which is team work always better.

This is an experiment to teach the freshers the way to approach a problem. Time will say whether it works or not. I will try to continue to do these type of events whenever possible. I was also influenced by the events organized by Mr. Sajjadul Hakim at his company which is in his words "we used to do short testing demonstration sessions with small apps available on the internet".

Thats all for now..

Sunday, March 28, 2010

tester's mind

When God would be testing a tester, i think He will overlook issues ..... cause it's His own creation.

A tester should never be harsh to any developer in any circumstances. If you don't agree with me, try enrolling yourself in developer shoes and put your creation under test by some good testers. You will realize eventually what a developer goes through in any SDLC.

I think to build your mind as a tester mind, is a very cloudy process. As one tells you to dun say a word or write without any proof, another tells open your mind to invent test ideas. For me i think my mind is getting confused. As some time i am thinking like a proof harvester another time i am trying to apply new ideas to test. And thus my mind is constantly in parallel state. So, i guess building a tester mind is not that easy, at least for me as i have to think of family matter also. hmm so what kind of thinking process i have to apply in family matters?... no one knows i think... :).. and my mind is in continuous framework changing environment... need to read some psychological book!! Reading ebooks and finishing it is another obstacle for me as i get destructed more often and pursue something else reading or doing. Another thing is that when i try to switch my mind to do some developing projects... well my mind is in catastrophic state... :| .

A tester should be always focused on what he/she is doing or would plan to do. Keep note, keep schedule plan, make note on mobile notification, mail notification do whatever you can do reminder your self about your plan. If needed change that plan accordingly. But do keep notifying yourself. It will keep you focused. For me i am easily got distracted from what i was doing or plan to do. Some say its good some say its bad. I think its bad when you have high priority tasks to do and you want to give your 100% to that tasks. Keep notify yourself by any medium you like.

Sunday, December 21, 2008

WebLOAD Open Source

1. Introduction :
There are mainly two sections in WebLOAD Open Source 8.1.0.141.00 edition. One is WebLOAD IDE and another one is WebLOAD console.
WebLOAD IDE is used for recording and editing and debugging sessions which are recorded as Java scripts. And WebLOAD Console is used for load testing,stress testing and for generating casual report.

2. Overview

2.1 Web LOAD IDE :
WebLOAD IDE is a visual environment for creating protocol test scripts (referred to as
Agendas) that provides the following features:

• Recording Agendas
• Editing Agendas
• Running and Debugging Agendas

WebLOAD IDE records your action in a Web browser and saves it as a JavaScript
Agenda. WebLOAD IDE provides two editing modes, the Visual Editing mode and the
JavaScript Editing mode, that enable you to edit your JavaScript Agenda.

click here for reference


2.2 Web LOAD Console:
The WebLOAD Console is where you perform the majority of your load / performance
testing activities. The Console manages the load session. It also:

• Configures load session Agendas.
• Schedules load session Agendas.
• Monitors the application’s performance and integrity under the generated load.
• Manages the load session as it is running, allowing you to pause, stop and continue load session components as needed.
• Displays the current performance of the SUT and provides a final performance report for Virtual Clients.
The WebLOAD Console component controls your test session.

click here for reference

3. Purpose of Evaluation

We are evaluating Web LOAD Open Source edition to check whether this tool is capable of testing and generating reports properly and professionaly of test application. This will help us compare this tool with other existing tool and to use the tool which fits the best requirements.

4. Advantages of using Web LOAD

• WebLOAD test scripts are created in Java Script, a familiar industry standard, eliminating the need to learn another proprietary language. Both your quality assurance professionals and developers will be speaking the same language, improving their communication and accelerating their testing cycles. WebLOAD enables your team to spend less time trying to prove or recreate the issues and more time resolving them.

click here for reference

• WebLOAD allows users to simulate various system and connection configurations, including setting a ‘virtual limit’ on the connection speed available during a test session. You may assign a connection speed using the wlGlobals.ConnectionSpeed property. For example:
InitAgenda(){
wlGlobals.ConnectionSpeed=28800 }

click here for reference


• WebLOAD enables the creation of a single test script that includes multiple IP protocols, just like your user might do in a single session! For Example, with WebLOAD you can easily create a user scenario that includes a combination of classic web browsing (HTTP/S), download activity (FTP) and email activity (SMTP) all in the same script.

click here for reference

• This tool ensures support for both the established and emerging technologies, including HTML, XML, WAP, i-Mode, ActiveX, Java applets, Web Services.

click here for reference

• With WebLOAD you can generate load and simulate traffic in both .NET and J2EE environments.

click here for reference

• It has the ability to run the same WebLOAD test scripts on a variety of Windows, Linux, or Solaris platforms.

click here for reference



5. Limitations and Scalability
5.1 Limitation Issues
• “smart copy” function isn't present [smart copy function can replace dynamic field with a variable].
• Performance Measurement Manager isn't part of open source edition.
• Goal oriented load testing isn't possible.
• Scheduling multiple load testing at a time isn't possible.
• WebLOAD Reporter isn't present so professional report generation isn't possible.
• If you use an external editor to modify the Java Script code in an Agenda file generated by WebLOAD IDE, your visual Agenda will be lost.

5.2 Scalability
• Load testing with multiple hosts isn't possible.

6. Precautions
• Must clear the option caching from file of the browser. If caching is enabled then steps such as loading a page that you have already visited are bypassed when you record an Agenda.
• In general case proxy is configured automatically by WebLOAD IDE when browser opens for recording. If not then you have to configure proxy manually. Steps to configure manually:
1. Open WebLOAD IDE
2. Locate the Proxy Port number in the Record Options dialog box - Proxy Options tab. Usually this port number is 8080.
3. Determine if your organization has a Proxy Server that must be used to access the Internet when you record Agendas.
4. If your organization has a Proxy Server:
• Determine the proxy name and port number.
• If the proxy port that it uses is not the proxy port number found in the Record Options dialog box - Proxy Options tab, go to step 6.
• If the proxy port number is the proxy port number found in the Record Options dialog box - Proxy Options tab, go to step 7.
5. If your organization does not use a Proxy Server, go to step 7.
6. Configure your organization proxy as the secondary proxy in WebLOAD IDE. To do so, complete the following steps:
• Open WebLOAD IDE.
• Select Tools ?? Record Options and then select the Proxy Options tab.
• Select the Use Secondary Proxy option.
• In the Secondary Proxy Name field, type the name of your organization’s proxy.
• In the Secondary Proxy Port field, type the port number of your organization’s proxy.
• Click OK.
7. Open Internet Explorer.
8. Select Tools Internet Options and then select the Connections tab.
9. Click LAN Settings.
10. In the Local Area Network LAN Settings dialog box, select the Use a proxy server option.
11. In the Address field, type loathsome.
12. In the Port field, type the proxy port number found in the Record Options dialog box - Proxy Options tab.
13. Be sure that the Bypass proxy server for local addresses check box is cleared.
14. Click OK.
You are finished configuring your proxy value.

click here for reference

7. Guidance to learn this tool

• For this tutorial install open source edition of WebLOAD.

click here to download

• After installation open WebLOAD IDE from installed WebLOAD open source edition.

click here to learn recording

• You can do debugging with IDE by putting breakpoints before a line.

click here to learn debugging

• With IDE you can parameterize your Agenda[recorded sessions]. You can use Global Input file Building block to create a database.

click here to learn parameterization

Now after saving the sessions at IDE you are prepared for load testing using WebLOAD console.

Before you start running the recorded tests you can speed up the process by selecting the option “ignore recorded sleep time” from project properties.
Remember to clear all breakpoints in the Agenda before opening session in the console.

• You can schedule your load testing using this application. You can select which criteria you want to measure like response time, page time, hits per second time etc.

click here to learn load scheduling

• You can do functional testing with WebLOAD console also. You can verify whether a text is present while load testing.

click here to learn functional testing

We think the main problem we are facing are scalability limitations and generating standard report

8. Tweak
Here is a small tweak to generate standard and professional report.
In the open source edition of WebLOAD “WebLOAD Reporter” is missing, but present in evaluation edition of WebLOAD. In this evaluation edition IDE and console application can't be open but reporter can be opened. You can do recording, load testing with open source version and can generate standard report about the testing with this reporter by opening the saved sessions done by open source IDE and Console.
• Install, evaluation copy of WebLOAD to use only WebLOAD Reporter.

click here to download

You have to fill up a form to get access to the download site.
Remember not to install two versions in the same directory (default installation will do just fine.
• With WebLOAD Reporter we can do the listed things and much more:
1. Generate reports on application performance during a test session.
2. Determine what specific failures occurred during a test session.
3. Provide details about these failures.
4. Report on the load produced in terms of users, hits per page, transactions per second and amount of data managed (throughput) to prove the application was tested thoroughly.
5. You can export reports into excel, pdf, html, RTF, txt format.
6. After selecting a session from which to generate a report you can generate a custom report that displays only selected data pertaining to the session, a specific Agenda, or a combination of the two.
7. We can use custom logo while creating reports. tools->options-> Browse and select desired logo.
Well, there are few tutorial for WebLOAD reporter. But given user manual should be enough to learn it.
• It is better to install WebLOAD professional evaluation edition after doing all the recording and load testing cause it creates some error message opening menus and functions of WebLOAD IDE and Console of open source version after installing evaluation edition of WebLOAD.


9. FAQ

http://www.webload.org/
http://www.goldb.org/goldblog/2007/09/11/WebLOADOpenSourceAintSoOpenSource.aspx
10. Conclusion
In the end we can say that it’s a pretty handy tool as a testing tool. With professional edition we can advanced level testing which can’t be done with open source edition.

Saturday, December 20, 2008

Mobile Testing Seminar

Mobile Testing - Ongoing changes in technology and market demand.
Speakers:

Keynote Speaker :

Mohammed D Alam : Mohammed D Alam has over 17 years of Wireless telecommunications experience in the space of network operator, Mobile handset manufacturing, Mobile Applications, Internet, Web Application and the wireless equipment manufacturing and vendor business. Most recently, he served as a CTO/Vice President of Product & Technology AsKMeNow Inc, an Irvine-based campaigns and natural language technology. Prior to AskMeNow Inc, Mohammed has held senior and Executive positions at Motorola Inc, Samsung Telecommunication America, AMP'D Mobile and VOCE wireless where he managed software engineering projects for such varied functions as mobile multimedia content, enterprise product solution, network systems, and multiple mobile applications and wireless services.
Mohammed has successfully launched new wireless technology, data services and new voice & data products such as CDMA systems and First CDMA phone in Chicago. In addition, Mohammed introduced 100 innovative cell phones and software solutions in the U.S. and Canada and developed server and core applications for both network and mobile handsets.
Mohammed has submitted multiple wireless patents for his work on mobile technology and has received several awards such as Presidents Award, Team Excellence and US Congress Award. Mohammed holds a BSEE degree from the University of Illinois and an MS from George Washington University.

Local Resource Persons:

 1. Kamruzzaman,
Managing Director,
Visual Magic Corporation Limited


 2. Shamsul Arefeen
Program Manager-CMMI, LEIC
Organizer:

North South University, Dhaka.

Date,         time and venue:

Date: 23 Dec 2008, Tuesday
Date has been changed to 11 Jan 2009.


Time: 3:30 PM


Venue:
STR300
North South Unviersity
Star Tower, 12 Kemal Attaturk Avenue
Dhaka-1212, Bangladesh

Event           Details:

This event is targeted to have discussion on the past, present and the future of Mobile device industry, its software and application, and the test engineering, that had been evolved. Also the forthcoming technology and market demand will be discussed in the vent.

This event will be helpful for the professionals in IT industry in Bangladesh           along with the top management of the software companies towards their           diversification in technology.

Event Moderator:

M. Manzurur Rahman
ICT Consultant and Entrepreneur

For               registration click here.

Event URL: http://mobi.events.live.com/

to register go to this link : http://72.167.179.155/mobitest_seminar/regform.php