Software Testing Club -  An Online  Software Testing Community

Glenn Halstead
  • Male
  • Spaghetti Bay
  • United Kingdom
Share
Share on Twitter
Share on Facebook

Glenn Halstead's Friends

Glenn Halstead's Groups

Glenn Halstead's Discussions

Windows 7 Release Candidate Expires :(
1 Reply

Started this discussion. Last reply by James Christie Feb 17.

 

I'm a test automation kinda guy

Gifts Received

Gift

Glenn Halstead has not received any gifts yet

Give Glenn Halstead a Gift

Latest Activity

Hi James, I see this situation in companies who ware trying to become more agile and perhaps introduce Scrum. I see it materialising as the "my bit's done" thinking pattern where any one particular individual or specialism based team's 'bit' has no…
March 3
Thanks Sumeet, that's a handy tip.
February 18
Hey Krish, Thanks for the info. about Windows Resource Kit. Was not aware about it. Thanks, Sumeet
February 18
Hi Glenn, If I have correctly understood your question then you need to perform testing with a scenario where your hard drive is full. If this is the scenario which you are trying to emulate then there is an easy option for this. Start command prom…
February 18
I use a MacBook and I use Parallels to run a Windows XP virtual machine. Both Mac OS and WIndows can access the same files & data so it's not like they're completely independent. It means I can see how stuff works in Windows as well as Mac OS, so th…
February 17
Glenn Halstead added 2 discussions
February 16
Thanks for that suggestion Krish, it sounds interesting and I wasn't aware of it. I'm just off to take a look. Glenn
February 16
Hi Glenn, Low disk space test is a key test in many of our test suits. Installation tests contains it to make sure the installer identifies it and don't proceed with installation. Other than that, we use a low disk resource test case where ever we…
February 16

Profile Information

About Me:
Test Automation Developer / Team Leader @ Sky

Glenn Halstead's Blog

Glenn Halstead

Results Signatures and Auto Outcome Adjust

One of the area's I work in is automated regression testing of our CRM solution. We've been improving our test execution solution since since we brought the reponsibility for execution and reporting back in house in Jan 09.

In our world we have test environments that may be unreliable or defective, bad test data causing test failures and, God forbid, maybe even faults in the automated test solution... ;) So there's a fair bit of investigation required before we decide that a test failure really… Continue

Posted on April 12, 2009 at 9:45pm — 5 Comments

Comment Wall (7 comments)

You need to be a member of Software Testing Club - An Online Software Testing Community to add comments!

Join Software Testing Club - An Online Software Testing Community

At 9:24pm on July 30, 2009, Megan Konizer said…
Thanks. I took it in a light hearted kind a way. I will change it.
At 2:41am on February 12, 2009, Preeti said…
No problem Glenn. I understand. Yes Dipan has been a great help.. Your kids are really cute :)

Cheers

Preeti
At 7:15am on February 11, 2009, Preeti said…
Hi Glenn,

Please provide me the 'QtpTest_AutoDoc.zip (http://testtastic.blogspot.com/2007/03/automated-code-documentation-for-qtp_08.html)'. I need to document the actions (*.mts) using natural docs.

Need to know the settings for the same

Regards,

Preeti
At 5:13am on February 10, 2009, Preeti said…
Hi Glenn

I read your article in google regarding Natural Docs.

I am a bit confused after reading its documentation. Can you please help me in this. I need to do documentation of my qtp scripts and libraries.

I followed the below steps:

1. I downloaded Natural Docs and Active Perl 5.10.
2. I edited the batch file stored in Natural Docs folder. This seems as below:

@echo off
set NaturalDocsParams= -i C:\VT100Automation\Nat\Input -o Framedhtml C:\VT100Automation\Nat\Output -p C:\VT100Automation\Nat\NaturalDocsproject
Rem Shift and loop so we can get more than nine parameters.
Rem This is especially important if we have spaces in file names.
:MORE
if "%1"=="" goto NOMORE
set NaturalDocsParams=%NaturalDocsParams% %1
shift
goto MORE
:NOMORE
c:\Perl\bin\perl.exe "C:\Program Files\NaturalDocs\NaturalDocs " %NaturalDocsParams%
set NaturalDocsParams=
On run this displays an error as: ‘Can’t open Perl script “C:\Program Files\NaturalDocs\NaturalDocs”: Permission denied

Can you please help me in this?

Another thing is how does perl help me in generating the index files. I am a bit confused here in interaction of Natural Docs with Perl and then with my vbs files.
Not really sure about the configurations to be done. Help of Natural Docs is a bit confusing.

Please guide me in this as I urjently need to finish my task..

Regards,

Preeti
At 11:19pm on April 28, 2008, Ahmed Mubbashir Khan said…
soapUI is wonderful tool to test SOAP based services, I always like tools which let you play with how test are being managed/executed/reported.. and the Groovy Step dose exactly the same (the possibilities are wide open of what you wants to do with Groovy ;) ).
On January 29th Eviware and PushToTest Announce Partnership To Deliver Open Source Test Automation Solutions for Web, the future is even brighter. Currently I am not really happy on the way PushToTest and soapUI are integrated.
More over it lets you extend
One can directly create a WSDL project right in your IDE as a normal JAVA project with the same soapUI project eg:

WsdlProject project = new WsdlProject( "soapui-project.xml" )
WsdlTestSuite testSuite = project.getTestSuiteByName( "..." );
WsdlTestCase testCase = testSuite.getTestCaseByName( "..." );
//Do what ever you want to do.


All in all It is a great tool you will enjoy it.
At 11:28pm on November 30, 2007, Glenn Halstead said…
I use quality Center and Quick Test Pro. why does Quality Center not understand data driven testing? E.g. one data drievn test case is equivalent to one manual test, therefore one data driven QTP script runs many test cases which are equivalent to many manual tests.
At 10:30pm on June 29, 2007, Glenn Halstead said…
GUI App Testing - Visual GUI Model VS Programatic GUI Model
 
 
 

© 2010   Created by Rosie Sherry

Badges  |  Report an Issue  |  Terms of Service

Sign in to chat!