-1
votes
1answer
51 views

Suitalbe Automated Testing tools for POS Systems

This is not duplicate of following question since it was accepted by the asked person with a different answer Automating tests in EPOS systems We are developing a Big POS System with several Desktop ...
2
votes
1answer
73 views

What are the available multi platform test tools available for native mobile applications?

I'm trying to push my organisation into more modern ways of testing our mobile software, thus I'm trying to build a list of tools that I can use to present to my line manager and his bosses. By ...
-3
votes
2answers
80 views

What is the most appropriate tool to test web app for beginners? [closed]

I want to start test automation for web app. But i have confusion in selecting the tool. e.g, Whats tool to use and how to use it..... I did not use any tool before, just manually test the web app.
5
votes
2answers
177 views

What test generators do exist?

What tools exist to automatically generate test scripts (or test script templates) from a formal specification or a program's source code? EDIT: The background of this question is, that I’m ...
0
votes
1answer
495 views

ITKO LISA-Service Virtualization-Tutorials

We have planned to implement ITKO LISA as a service virtualization tool for creating mock enviroments for testing.What I found lagging is there are no materials for studying/training resources.Is ...
0
votes
1answer
116 views

What are the things to care for while choosing an automation testing tool?

I am new to software testing field ,I clarified for the need of automation tools What is automation testing and why do we need it? Now it arises me the following questions what were the things care ...
2
votes
2answers
77 views

Tools for insufficient authentication

I must test a website for insufficient authentication. Use case: I go to website which I'll testing. Log in as admin(user with the highest permissions/privileges) Run some tool. Tool has login and ...
1
vote
2answers
351 views

Is there any way to convert existing QTP script in to selenium?

Is there any way to convert existing QTP script in to selenium? if yes then how ? is there any converter to convert or recreation of script is only possible solution for tha?
1
vote
4answers
3k views

Deciding a tool for iOS UI automation providing recording and inspection of elements

I'm a complete newbie to automation testing. I am facing problems in the tools that i'm using for testing an iOS native application on iPad. The tools that I have tried so far and the problems i'm ...
1
vote
3answers
597 views

What tools are available for automated testing of flex/html5?

I have been tasked with implementing automated testing for a web portal. The product is currently developed using flex, but we will be transitioning to html5 at some point. My supervisors want a tool ...
4
votes
5answers
249 views

Do Academic Researchers in Automated Software Testing Believe All Testing Can Be 100% Automated?

While surfing today, I found this article on attitudes on automated software testing among academics and practitioners. Since I am currently an automated tester in industry, I agree with the ...
8
votes
4answers
2k views

Why Isn't SilkTest More Common?

The title says it all. I've been using SilkTest for about a year now in my current role. It wasn't my choice to use, and I've never used it, or even heard of it, before this role. There are definitely ...
3
votes
1answer
383 views

Regression testing for web services and SharePoint workflows - What should I research?

Apologies if this question has been addressed before or not relevant to this exchange. I did some initial searching and I've only recently discovered this area of stackexchange so I'm unsure of the ...
7
votes
4answers
679 views

Load testing tools vs. making your own

I've never needed to work with commercial load running tools before, as our test infrastructure is pretty immature here and I've used internal tools in the past. We're working on a .NET technology ...
1
vote
3answers
2k views

Automated testing tools for iOS apps [duplicate]

Possible Duplicate: What are some tools for testing Mobile web apps? I wanted to know if there are any good automated testing tools that can be used to test iOS apps. Looking for some ...
3
votes
2answers
515 views

Open source deployment validation tool

Asked this on stackoverflow and earned myself the tumbleweed badge... Anyone here know of any? I'm looking for an Open source tool to help with deployment validation for mainly web based applications ...
6
votes
2answers
768 views

Automated testing of Oracle Forms

What is the best test automation tool you'd recommend for testing Oracle Forms and why? Assuming a Windows desktop environment.
1
vote
1answer
229 views

How can I convince Squish to recognise the menu bar on Mac OS X?

I'm currently recording some python test scripts for a Mac OS X application using Squish for Qt, version 4.0.2. The menu bar of the AUT works fine if interacted with manually, but for some reason ...
8
votes
9answers
6k views

Best free (or very cheap) automation tool for Windows GUI testing?

I used to use vTask Studio, but it seems they've abandoned it. No updates in almost a year.
9
votes
6answers
1k views

Should I try the evaluation version of HP Quality Center?

I'm trying to determine if I should spend some time working with a trial version of HP Quality Center. For a number of reasons, my time is very valuable to me right now both at work and in my ...
6
votes
2answers
363 views

In TestComplete 8, what tasks are best suited for keyword tests and which ones are best suited for “hand coded” scripts?

With version 8 of the automated testing tool TestComplete, the vendor has introduced a new feature called "Keyword Tests" that provides a visual interface for creating automated UI tests without ...
11
votes
9answers
594 views

Performance testing - a way in?

We have an a browser based application that is built on the Microsoft Stack, specifically .NET 3.5. It also uses Ajax, iframes, jQuery etc. At the moment we are just guessing at the concurrency ...
9
votes
2answers
429 views

Maintaining automation framework for different browsers like IE and FF

How to maintain automation framework for different browsers like IE and FF? In my current set up, I maintain two different configuration properties files, one with xpath locators that FF supports ...
11
votes
11answers
729 views

In house built testing tools

I've been having to deal with a lot of testing tools lately for testing tasks that should/must be automated. These include things like performance/load testing, webservice testing, vulnerability ...