0
votes
1answer
7 views
Is it possible to automate Siebel testing behind the GUI?
My test team currently uses QTP to test through the GUI, but like any automated test suite that relies on the interface, it is more fragile than automating tests that directly interact with the code. …
0
votes
0answers
18 views
Watin automated tests error
Hi everyone,
I am trying to use WatiN test recorder on Windows Vista x64. I have downloaded .msi installation file from http://sourceforge.net/projects/watintestrecord/files/
After successful …
0
votes
1answer
27 views
Wait for an iframe to open and load with Selenium
Hello. I have an app in which the user clicks a button, triggering an iFrame to open. I'm having real trouble waiting for this frame to open an load before continuing.
I can't use:
…
1
vote
1answer
14 views
Functional PDF Testing (Automate Testing of PDF Content)
I am working on an application where I am writing some automation framework for testing a web application. I am using Watij / Watin for the framework, but have run into a problem with verifying the …
0
votes
3answers
27 views
In functional testing, should I compare all tabular data rendered in the browser with the one coming from the DB?
I'm working on a test plan for a website where some tests are taking the following path:
Hit the requested URI and get the data rendered inside some table(20 rows per page).
Make a database query to …
1
vote
3answers
633 views
WCF Web Service Testing with QTP
I want to automate testing of WCF Web Services(over TCP) using QTP's WebServices Add-In. However when I specify path of WSDL it gives me errors. Has anyone tried using QTP? or any other tool that I …
2
votes
1answer
46 views
How do you write your QTP Tests?
I am experimenting with using QTP for some webapp ui automation testing and I was wondering how people usually write their QTP tests. Do you use the object map, descriptive programming, a combination …
12
votes
9answers
3k views
Watir vs Selenium vs Sahi
Out of these 3, which have you or has your company chosen to work with?
Pros & Cons please.
I'll be comparing them myself as well, but I'd like to hear what others have to say.
Also, please state …
1
vote
2answers
29 views
Hudson and rational functional tester
I've just installed Hudson and it is running beautifully. It builds, runs JUnit-tests and also CheckStyle analysis.
Next step for us would be to create an installation, install it and then run …
1
vote
4answers
134 views
Test Driven Development vs Automated Theorem Proving
One thing I've come to be interested in in digital logic/architecture design is Automated Theorem Proving to verify, for example, a floating point multiplication module.
Unit tests are handy, but its …
2
votes
1answer
53 views
Automated Interface testing on iPhone
I like using the UI Recorder in Xcode for testing a UI in the simulator. However, that I know of, UI Recorder doesn't work on the device. Is there a similar tool for automating UI testing on the …
2
votes
2answers
28 views
Any good resource (non-people) management libraries?
As our automated test infrastructure grows, we have a need to automatically manage the test resources (servers, etc). Not manage updates to the systems but have an automatic (programmatic) way to …
4
votes
6answers
177 views
Is there a right way to implement a continuous improvement (AKA software hardening) process?
Each release it seems that our customers find a few old issues with our software. It makes it look like every release has multiple bugs, when in reality our new code is generally solid.
We have tried …
3
votes
4answers
74 views
How to automate by Firefox browser for functionality testing?
Hi all, i have to automate the firefox application to do a functionality testing,
kindly help me which testing tool i can use
thanks
3
votes
9answers
170 views
Integration Testing for a Wep App
I want to make a full integration testing for a web application. I want to test many things like AJAX, positioning and presence of certain phrases and HTML elements using several browsers. I'm seeking …
