Tagged Questions

0
votes
0answers
9 views

Automated spider test

Hi all. I'm looking to add a very simple layer of automated integration testing to our current Continuous Integration setup. (CI currently only checks for build breaks). Is there a product that …
0
votes
1answer
18 views

Full-screen Flash application test needs external pokes

I'm testing a full-screen Flash application. My preference is to drive the process with Java and I've had a lot of luck with the java.awt.Robot class. I'm looking for ways of modifying the test's …
0
votes
0answers
12 views

Click a javascript url using Powershell Internet Explorer automation

Given the following html: <HTML> <BODY> <DIV id="admin" onmouseover="javascript:showLayer('admin');" onmouseout="javascript:hideLayer('admin');" name="admin"> <TABLE > …
1
vote
1answer
17 views

Dynamically building a URL in QTP

Hi, I've been taking a quick look at QTP with one of our test team. We've figured out some basics like recording a test, capturing text using output values, putting in check points, etc. However, …
1
vote
2answers
18 views

What approach should I use to test a VBScript?

I've been asked to help out with a project which has made extensive use of VBScript to process a whole bunch of text files and generate certain outputs - sanitized files, SQL entries etc.. The script …
3
votes
3answers
141 views

How do you test an Android application across multiple Activities?

We are building a complex Android application consisting of many screens and workflows spread across many Activities. Our workflows are similar to what you might see on a Bank's ATM machine, for …
3
votes
8answers
125 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 …
1
vote
3answers
111 views

Best practice approach for automated testing

Hi All, This is a very strange request for advice for which I truly feel there is no real answer. In my project I have archiving routines on various objects that have been consumed for logical …
0
votes
1answer
14 views

field Id’s in SAP Netweaver webdynpro components

Is there a way to extract the field id's of SAP's webdynpro components ? I need them to set up a stable automatic testing environment.
1
vote
1answer
17 views

How can I create an automated test for valid WIndows installer certificates?

We have a situation where for some reason the certificates on our Windows Installers for our product tends to get broken or go bad. Never mind why, the key is that it is not currently detected by our …
1
vote
2answers
44 views

Watin: Search in children of an element

I want to do a "two step" search using Watin. For example I would like to search for a ul-tag having class "abc". Then I would like to search for a certain li-tag inside that element. The code might …
1
vote
2answers
67 views

“VerifyTextPresent” returning incorrect result for Selenium IDE.

I am using Selenium IDE to record some scenarios and wanted to check if a particular text is present on the page. I inserted a command "VerifyTextPresent". However, it always returns the result as …
0
votes
2answers
17 views

Is there any error checking web app cralwers out there?

Wondering if there was some sort of crawler we could use to test and re-test everything when changes are made to the web app so we know some new change didn't error out any existing pages. Or maybe a …
0
votes
2answers
60 views

Selenium: Not able to understand xPath

I have some HTML like this: <h4 class="box_header clearfix"> <span> <a rel="dialog" href="http://www.google.com/?q=word">Search</a> </span> <small> <span> …
0
votes
1answer
15 views

Rake Test is failing

Snow Leopard, Test, Shoulda, Cucumber I am running rake test and getting this error: Any ideas? …

1 2 3 4 5 16 next
15 30 50 per page