It is currently Wed Feb 10, 2010 12:05 pm



Welcome
Welcome to XQual!

You are currently viewing our boards as a guest, which gives you limited access to view most discussions and access our other features. By joining our free community, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content, and access many other special features. Registration is fast, simple, and absolutely free, so please, join our community today!


Post new topic Reply to topic  [ 7 posts ] 
Author Message
 Post subject: Evaluating test tools XQual XStudio, Salome_TMF
PostPosted: Thu Sep 10, 2009 9:00 am 
Offline

Joined: Wed Sep 09, 2009 4:36 pm
Posts: 3
Location: Dublin, Ireland
Hello,

We are looking at using XStudio for managing test campaigns and running manual and automated tests. It would be great to hear the opinions of real users. There are a few interesting posts in the forums already, like these:
continuity-of-xqual-t218.html
current-project-approach-in-xqual-t281.html
xstudio-as-a-replacement-for-test-director-t267.html

Specifically, it would be really helpful I think if someone could answer these:

* I wonder how would XStudio perform with many users, say 50, using it and running test campaigns? I see that there are not different projects in XStudio but I think you could run different XStudio servers for different projects.

* I wonder how XStudio would handle test cases which take a VERY long time to complete? We would like to test a variety of systems and from almost unit-tests to system and performance tests.

* How robust and configurable for different types of tests are the XAgents? I’m going to try hooking up the XAgent to run tests based on tcl and also other languages/systems and evaluate the test running behaviour. This should give me a basic idea of the XAgent capabilities

* From looking at the history of the tool and looking on the forums I don’t think it has very widespread use so it might not be very “mature”. But a good few people on the forums use it and like it – which is nice! :) The interface to XQual XStudio seems very nice and feature-full. The free nature is fantastic but a big concern is the closed-source nature ( I know this has been discussed before and I understand why it is that way).

A bit of background for us: We’re already using Salome_TMF here. Salomé is a very “mature” framework (but also somewhat of a mess in ways inside)! Salomé is open source so we can fix it and add to it and make it do what we want … but it is weak on running the tests. It doesn’t pass off running of tests to an agent so there are various usage problems associated with that.

Thank you and best regards,

James.


Top
 Profile E-mail  
 
 Post subject: Re: Evaluating test tools XQual XStudio, Salome_TMF
PostPosted: Thu Sep 10, 2009 9:52 pm 
Offline
Site Admin

Joined: Wed Jan 16, 2008 10:10 pm
Posts: 1003
Hi James,
As the developer of XStudio I cannot give a objective opinion ;) but I can at least give some technical answers to some of the points you mentionned:

Quote:
* I wonder how would XStudio perform with many users, say 50, using it and running test campaigns? I see that there are not different projects in XStudio but I think you could run different XStudio servers for different projects.


I made some big effort lately to improve performance and scalability. I also worked a lot on tracking potential memory leaks. I used to find some in the past (due to external libs leakages) but I think they are all fixed now...
About the projects, everything is organized in trees/folders so it is very likely that you can have all your projects on a single server db instance...

Quote:
* I wonder how XStudio would handle test cases which take a VERY long time to complete? We would like to test a variety of systems and from almost unit-tests to system and performance tests.


Again, I improved a lot performance and stability recently so it shouldn't be a problem but of course during all the testing time the Database must be accessible by XStudio/Xagent.

Quote:
* How robust and configurable for different types of tests are the XAgents? I’m going to try hooking up the XAgent to run tests based on tcl and also other languages/systems and evaluate the test running behaviour. This should give me a basic idea of the XAgent capabilities


Personally, I used the agents for manual testing and installation testing without any major problem. Each type of test will have a specific launcher and configurations. I'm using currently ~10 different launchers concurrently without any problem.

Quote:
* From looking at the history of the tool and looking on the forums I don’t think it has very widespread use so it might not be very “mature”. But a good few people on the forums use it and like it – which is nice! The interface to XQual XStudio seems very nice and feature-full. The free nature is fantastic but a big concern is the closed-source nature ( I know this has been discussed before and I understand why it is that way).


You're right, XStudio is still young (2 years old) and hence not yet very mature but my stats show that the ppularity/usage of XStudio is growing very fast at the moment. The number of users doubled in the last 5 month.

Quote:
A bit of background for us: We’re already using Salome_TMF here. Salomé is a very “mature” framework (but also somewhat of a mess in ways inside)! Salomé is open source so we can fix it and add to it and make it do what we want … but it is weak on running the tests. It doesn’t pass off running of tests to an agent so there are various usage problems associated with that.


Never used Salome but I have the feeling this is currently the more installed free test management system and it is very mature... however, I think XStudio has a better architecture (or I would have personnally used Salome initially and would never have started this project ;))

Hope this helps,

_________________
The forum admin,
http://www.xqual.com/


Top
 Profile E-mail  
 
 Post subject: Re: Evaluating test tools XQual XStudio, Salome_TMF
PostPosted: Fri Sep 11, 2009 4:51 pm 
Offline

Joined: Wed Sep 09, 2009 4:36 pm
Posts: 3
Location: Dublin, Ireland
Hello Eric(I think :) ),

Yes your reply does help a good bit!
Thank you very much.
Some things you mention give a good insight into behaviour of the tool.
I haven't tested the tool very much from the usage side but does feel nice and fast to get around and work with.

I was looking at running Tcl tests and it was easy to modify the perl launcher to be a tcl launcher. It wasn't mentioned anywhere I saw that source code for the launchers was included with XStudio and XAgent, but thanks for that! :)
A developers guide is referred to in some places but perhaps it means just the javadocs?

Thanks!

Anyone have any non biased opinions? ... :-D

James.


Top
 Profile E-mail  
 
 Post subject: Re: Evaluating test tools XQual XStudio, Salome_TMF
PostPosted: Fri Sep 11, 2009 9:53 pm 
Offline
Site Admin

Joined: Wed Jan 16, 2008 10:10 pm
Posts: 1003
yes, this is Eric ;)

I should probably make it clearer on the website that the sources of all the launchers (except the manual launchers - for technical reasons) are included (currently I guess only the installer shows the option to install it or not).

The javadoc is provided but the developer's guide is not ready yet. I must find some time to work on it...

Anyway, I'll be happy to help you setting up your environment if you have any issue.
Thx,

PS: Note that I'm also offering (only for a very few customers so far) some professional support (development of launchers, yearly support, customization, etc.) in case you would be interested in the future.

_________________
The forum admin,
http://www.xqual.com/


Top
 Profile E-mail  
 
 Post subject: Re: Evaluating test tools XQual XStudio, Salome_TMF
PostPosted: Thu Sep 17, 2009 9:54 am 
Offline

Joined: Wed Sep 09, 2009 4:36 pm
Posts: 3
Location: Dublin, Ireland
Hello and thanks Eric :)

Yes, I think it's a good idea to say the launcher source is included and if you showed the launcher source directly on the website it might be good. Do you mind if the tcl one is posted in a blog somewhere?

The install and set-up of XStudio is very easy at least so I'm definately don't need help setting up. Thanks for the offer of support :) It is good to know you are open to it if we need.

I found import of batches of test plans okay but limited to a certain extent. I used the .csv import, so fields like test description and other details had to be filled in manually or by writing them into database directly. It's worth nothing that the whitespace (indentation and seperation lines) are used in the parsing of the .csv. I wan not sure about generation of all the fields for the .xml format.

In general some more export/import interfaces to XStudio would be valuable, ...
e.g. for launcher ability to pass more details on test to script and attach extra message to test result (e.g. message visible in test reasults, link to test log area) Makes running and working with tests easier with XStudio.

For now I have to get some real work done and stop focussing on evaluating XStudio! (for now!) :-o

James.


Top
 Profile E-mail  
 
 Post subject: Re: Evaluating test tools XQual XStudio, Salome_TMF
PostPosted: Thu Sep 17, 2009 2:34 pm 
Offline
Site Admin

Joined: Wed Jan 16, 2008 10:10 pm
Posts: 1003
:D
thanks,

_________________
The forum admin,
http://www.xqual.com/


Top
 Profile E-mail  
 
 Post subject: Re: Evaluating test tools XQual XStudio, Salome_TMF
PostPosted: Fri Sep 25, 2009 7:44 am 
Offline
Site Admin

Joined: Wed Jan 16, 2008 10:10 pm
Posts: 1003
Hi James,
I found by chance your blog where you explain how you implemented the Tcl launcher starting from the Perl one, I can see it was pretty easy ! :) Always good to see that the interface provided is clear/easy enough.

I plan to create an open-source section on XQual website where I will put the source of all the launchers. Can I include yours (the Tcl one) in this section and include it in the future releases of XStudio?

Thanks,

_________________
The forum admin,
http://www.xqual.com/


Top
 Profile E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 


Who is online

Users browsing this forum: fjgomez and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: