The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
2answers
1k views

Web Service Testing & Automation - Open Source Tools

I am looking for Web Service Functional Testing + Automation - Open Source Tool. SOAP UI - Free for functional testing. If you want to extend it for Data Driven Testing you need to buy Pro Version ...
5
votes
2answers
406 views

Behaviour Driven Development with JavaScript

Are there any approaches and tools for driving the development of JavaScript with BDD. I know that I can do this through the UI with tools like Selenium, but is there any tool that can allow this to ...
4
votes
2answers
173 views

Best practices for developers to increase testability of web apps for QA?

I'm writing a document for a developer at my company who will be working on a web app. Here's the advice I have for him so far (below). Can any of you think of more that I can add? Not sure which tool ...
4
votes
3answers
335 views

What are the different things to capture in a Test Case?

In our Project we have a Test case based on Rational Test Manager (RUP Process). This test case includes, Description, Preconditions, Steps and expected results for each step and finally a notes ...
3
votes
3answers
267 views

How to test search engine results?

I had an interview question: You were told that a search engine result by target query does not satisfy a requirement by its position. How would you test it? How would you test it? I had some ...
3
votes
1answer
165 views

looking for a way to exercise Android web browser

To continue my monkey question I am looking for a way to generate Web traffic on a device (not emulator) running Android. The unit under test is not the browser but lower communication layers of the ...
2
votes
4answers
251 views

Is HTTP status code 500 acceptable to be shown to a user?

Are there any cases when error 500 is acceptable to be returned? Or should we always try to handle all server-side exceptions and return another code with a user-friendly informative error message?
2
votes
1answer
86 views

Open source web security testing tools

Are there any open source solutions for testing web security vulnerabilities? I am not looking to make my web application bullet proof since it'll be used internally at our organization. But I'd ...
2
votes
2answers
409 views

Web application GUI automation best practices

Our team develops automation solutions for various web based products. I'd like to compile a list of patterns and best practices from the GUI web automation space that have been used and proven as ...
2
votes
3answers
695 views

Upgrade SilkTest automation scripts to work with IE9

We use SilkTest 2010 Open Agent to perform Automated Web Testing. Our scripts currently work on IE6 - IE8 and on Firefox 3.X. IE9 has changed modal boxes to unintrusive pop-ups at the bottom of ...
2
votes
1answer
95 views

php undercontrol replacement

Actually php undercontrol seems to consume a lot of memory so I'm looking for replacement, in order to test a php application.
1
vote
2answers
68 views

Free tool(s) to test both Windows desktop apps and Web apps, interconnected

I have found this question here on SQA. However I'd like to make my question more specific with hope that someone could point me to something relevant rather than just wasting hours on learning the ...
1
vote
2answers
189 views

What is the best way to test for Full Unicode compliance?

We have a web app that needs to support major browsers, as well as major languages. English, Chinese, French etc., hence the full Unicode support. I am wondering how other test engineers go about ...
0
votes
1answer
421 views

SSO in Selemium web driver

I am trying to run selenium web driver(Firefox) test cases which will need a single sign on (web). Issue over here is i have to sign in manually with my OTP every time i tear down the test case. So i ...