Thanks Mike, Let me try and comment in paragraph form instead of in-line (I think it will be clearer). My aim here is to simply verify that nothing has changed...
I have not seriously tried it, but TestMaker from PushToTest.com is free and open source, and its recorder can save the HTML response. Note that you still...
On 1/2/07, RossBleakney <rossbleakney@...> wrote: snip...snip... to me. However, what I have found is that the biggest weakness in most of the tools is...
... I believe that this, like much else in classic software engineering, is an artifact of the times (60's - 70's) when the field came to be. Check out some of...
... Agile development requires an agile contract in my experience. One obstacle to agility is the fixed price contract. Another is the "bid low and then...
Hubert Matthews
hubert@...
Jan 2, 2007 11:33 pm
10565
I manage the Quality Assurance group for the website here at Netflix, and I need to find a couple of good analysts that can help me identify ways to improve...
Oops, you are correct; I didn't realize how to verify information on the page. One quick way to get what I want is to do a "select all" followed by a right...
On 2 Jan 2007, at 15:54, RossBleakney wrote: [snip] ... [snip] For like this I'd just reach for Perl or Ruby.... for example in Perl would something like: #!...
In other words, that the info ... I'll play. Here's some Ruby: ################################################# require 'open-uri' require 'test/unit' class...
Hi Frm your problem description I guess you should try BadBoy tool. It is a very interesting capture and replay tool. http://www.badboy.com.au/ Do not let the...
Too bad it's a Windows-only product, even if it's free for many uses. From its product description, it sounds like it could be a wrapper around Watir; we did...
Hi: I gave up on Badboy as it fails under even moderate levels of load. For a one off it is fine but it is annoying to do a recording and replay and come back...
Mike Kernaghan
mkernaghan@...
Jan 5, 2007 6:57 pm
10572
** Deadline postponed to January 26th, 2007 ** Eighth International Conference on Agile Processes in Software Engineering and eXtreme Programming XP 2007 June...
Thanks, but I also wanted to do this via a recorder. I could probably modify a recorder tool which could then generate the ruby/perl or whatever else, but I...
Ross, So far the best I've seen is TestExplorer (TE). TE has a feature called Automated Script Framework that allows the user to script within. TE is a screen...
I got a question, Currently in our scrum development, I am the only one do developing test conditions and test scenarios. I mainly Microsoft Excel sheet to...
We use FitNesse for a lot of our test automation, and we also use the FitNesse wiki to write all of our test cases and requirements. Even if you don't use...
Do we still need to create manual test scripts or test cases would be enough? We're currently implementing scrum in our team and I have to mention that we...
... Hi Christina, The answer is, perhaps not surprisingly, "it depends". Agile doesn't really change your testing requirements. What it does is change how you...
... When you are a developer, you can either spend short minutes writing unit tests, or spend long hours debugging. Agility starts there - making your...
I dont know how much this can help u out but i hav worked on Test Link gud for maintaining test cases as per the Build which comes for testing and really gud...
Hi I have been working in Test Management and using Scrumworks/Excell/Subversion/Bugzilla/Exploratory testing I intend to make a presentation on how I did...
That sounds like an interesting presentation. I don't think I have time to review a preliminary version right now, but I'll definitely read it when you...
... would be ... Hello, So, in the linked thread, a "script" can be executed manually? I always thought that to call something a "script" meant a series of ...
We have room in the IEEE TDD issue for a "Point - Counterpoint" pair of articles, discussing some burning issue in the agile / testing / test-driven...
<!-- DIV {margin:0px;}--> Hi everybody: We are sorry that we have already sent the same email to this user group. That email arrived just before Christmas when...
... For some ideas, what about areas where TDD isn't as effective as it is for defining functionality. My usual suspects include concurrency, security, stress...
Hubert Matthews
hubert@...
Jan 11, 2007 10:57 pm
10588
Hello, Hubert. On Thursday, January 11, 2007, at 5:51:27 PM, you ... Yes ... recall that a a point/counterpoint pair of articles, we want something...
... Some people use the term just to mean _automated_ scripts, but a more general definition of scripted testing might be an ordered set of test actions. In...