1
vote
2answers
50 views
+100
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 AT …
3
votes
8answers
106 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 b …
1
vote
3answers
102 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 consume …
1
vote
2answers
37 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 eleme …
1
vote
1answer
14 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 curre …
0
votes
1answer
11 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
7answers
97 views
Automated Testing Approach
Hi,
We write a lot of integration tests that work quite well for us, we did attempt to introduce unit testing but found it more difficult to introduce as it took longer and the be …
1
vote
2answers
54 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 retur …
0
votes
2answers
51 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 …
0
votes
3answers
61 views
Automating Integration Tests: Use xUnit?
I'm looking into how best to automate integration tests (by which I mean complete use cases entirely within our application)
The questions
Correct Approach for Unit Testing Comp …
5
votes
9answers
166 views
Automated link-checker for system testing
I often have to work with fragile legacy websites that break in unexpected ways when logic or configuration are updated.
I don't have the time or knowledge of the system needed to …
5
votes
6answers
171 views
What is Robot Army Testing?
What is Robot Army Testing? Where is it used? How can I learn it?
0
votes
2answers
27 views
CI Servers for system simulation
My group work for a software of simulation for plane. To achieve a faster and easier validation and verification, we decided to introduce continuous integration. But I have no idea …
3
votes
5answers
117 views
Unit Testing a large method
Following Test-Driven Development that is.
I've recently implemented a algorithm (A*) that required a clean interface. By clean all I want is a couple of properties and a single …
0
votes
2answers
16 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 existin …
