Software Testing Club -  online QA & software testing community

Glenn Halstead
  • Male
  • Spaghetti Bay
  • United Kingdom
Share 

Glenn Halstead's Friends

 

I'm a STC VIT. More of you should become one. This club takes a lot of work to run.

Latest Activity

Hi Damian, Thanks, I thought someone would point that out. It makes me hate Experts Exchange 1% less than I used to before I knew that.
July 1
This is an interesting angle Mathew. I'm not a member of the AST. I see I have to pay to become a member. why would I make that choice? I've not experienced any direct benefits of AST membership what makes me decide to part with my $40 or $80 U.S....
July 1
What are peoples feelings of Experts Exchange (target="_blank">http://www.experts-exchange.com/)? I find it annoying when I do a google search for something and the solution ends up being at Experts Exchange which is a paid membership. Will people...
July 1
If you are on Twitter then join this group.
June 14
Thanks Anne-Marie, I'm delighted it's working for you. I love it. It's just a small part of the arsenal but it does it's job so well, I'm always emailing annotated screen shots to team members and others. It makes it easy to feel confident the rec...
June 7
Faststone Capture... A brilliantly simple yet effective screen capture and annotation tool. Hudson... makes a great test execution manager QTP VBScript + VBSEdit Subversion, Commit Monitor, WinMerge Stexbar... great for bulk file renamed using reg...
June 4
- developing functionality that is not directly dependent on qtp as separate vbscript library functions allows you to unit test and debug independently. - keep your object repositories (ORs) lean and well maintained. - we choose to use the OR in...
June 4
Check out the FR Project Forum at http://www.advancedqtp.com/forums/ www.tdforums.com is another good qtp (and other hp/mercury tools) resources And tweet qtp questions too, there's a few of us qtp nerds monitoring qtp on twitter using tweetdeck
June 4

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 (6 comments)

You need to be a member of Software Testing Club - online QA & software testing community to add comments!

Join this social network

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
 
 

© 2009   Created by Rosie Sherry

Badges  |  Report an Issue  |  Privacy  |  Terms of Service