The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
13 views

Is there an Online XPath tester that does not require input XHTML to be perfect?

I am trying to figure out the answer to this question: Why does this HtmlAgilityPack code stop working when I dig deeper via XPath? Playing with the XTHML on an XPath tester independent of ...
1
vote
4answers
33 views

unexpected output from linkedlist programme java

I have been tasked with creating a programe that controls stock, removing, deleting, and updating items. I've written the StockItem class, and the Stocklist class, however I am getting stuck on the ...
0
votes
2answers
57 views

Automatic software testing

Dear overflow members, I am a guy who want to learn automatic software testing but i cannot decide what interface i want to use (selenium, TestComplete,...) - so i dont know in what language i want ...
0
votes
2answers
82 views

hide glibc and segfault (system call)

I'm coding a shell like bash for a student project. I need to make a perl auto tester of line commands. my $cmd = "(echo \"foo\" | ./shell >& /dev/null)"; system($cmd); if ($? == 35584) { ...
0
votes
1answer
47 views

what is wrong with the testers

The code is supposed to return Trigger Objects - length of the Trigger map should show the actual number of triggers that there actually are...it should be returning True if there is at least one or ...
0
votes
1answer
80 views

Error Staff cannot be cast to java.lang.Comparable

When I use the array sort function in my tester class I've been getting an error. Any help would be appreciated import java.util.Arrays; public class tester implements EmployeeInfo { public static ...
0
votes
1answer
61 views

I have no idea why this isn't working [closed]

Any help would be appreciated! Trying to make it state the print line at the bottom, but the information being input to the tester isn't reading properly, or at least reading the way I thought it ...
0
votes
1answer
91 views

wicket form tester - formTester.submit() behaves differently than “real” wicket submit

When I submit a form in real wicket the onInitialize() is called for my component, but when I submit with the wicket tester (more specifically with the FormTester) the onInitialize() of the component ...
0
votes
1answer
16 views

Issues with tester results

My assignment: The game of Stix – similar to a game played on "Survivor, Thailand" some time ago – in a simplified version somehow looks like this: It is played by two players (in Survivor it were ...
0
votes
4answers
59 views

Need assistance testing my class [closed]

My assignment: The game of Stix – similar to a game played on "Survivor, Thailand" some time ago – in a simplified version somehow looks like this: It is played by two players (in Survivor it were ...
0
votes
1answer
111 views

Difference between a Desktop application and a Web application

I have 2 years of experience in desktop application development but currently I am working on Web application Development (Web site development) I just want to know what is difference between a ...
0
votes
1answer
103 views

Passing List object in the glassfish webservice tester

There are inputs for all the web service methods each for one argument in the glassfish tester. It's easy to pass integers, strings, etc. but how to pass a List? I'm trying to use java syntax like ...
4
votes
3answers
805 views

Distribute iPhone app to testers?

I am working on my iphone app and now I want to send my app to my testers. But how should I send it to them ? Plus, they don't have an Xcode. Is it necessary ? Thanks !
1
vote
1answer
974 views

enqueue and dequeue program runs just cant figure out why outputs dont match

this is the hwk link prompt to help with any questions. read below to see my question. this is just information to understand what my question is ...
4
votes
1answer
2k views

Lua Code “tester” [closed]

I'm looking for some good Lua code 'tester' online, where I could paste my code and run it to see if the code is ok itself and if its running fine, as expected. It CAN be online tools, but I didnt ...
1
vote
1answer
152 views

Facebook Credits - Tester

EDIT: Answer in comments I have an application set up that uses facebook credits set up with a couple of tester-users so we can validate everything works. We're also tracking revenue in our system, ...
-1
votes
3answers
242 views

How to make a iPhone tester in my site

I would like to make a section on my site where users can test if their websites are mobile adapted. Is any way to do that? I see a lot of sites in the net but I don't like to frame it, I like make my ...
1
vote
1answer
288 views

wicket and AtUnit

I've started playing with Wicket and I've chosen Guice as dependency injection framework. Now I'm trying to learn how to write a unit test for a WebPage object. I googled a bit and I've found this ...
0
votes
0answers
67 views

A young test professional looking for a project (I’ll test for free)))) [closed]

For education reasons I am looking for project to test. About me: I am a young ISTQB certified test professional, with some experience in testing. I would like to take part in real project and do my ...
1
vote
2answers
2k views

How do I change what Rational Functional Tester logs?

Recently my company upgraded from RFT 8.1.1.1 to RFT 8.2 and now all of our rational_ft_log.txt files that get generated from tests are at least a dozen times longer than they were before we upgraded. ...
0
votes
1answer
175 views

Looking for a Form Validation Test

I am trying to find a way to test and verify my form validation is doing all it can to protect me from script injections. Is there a tool that I can use to test and verify my forms for any known ...
0
votes
2answers
361 views

RFT Exporting & running it on a server

I'm extremely new to rational tools. I have a script recorded and its ready to be exported into something I can execute. I'm not sure how to do so. I'm using Rational Function Tester v 8.1.0.3 Java ...
28
votes
0answers
23k views

Online PHP interpreter / tester

I'm looking for online PHP interpreter / tester (something like http://jsfiddle.net/ for JavaScript). Are you familiar with one ?
2
votes
1answer
269 views

Tool to generate sitemap from list of links?

I have a list of links for our site that point to my local dev environment. I need to make a valid sitemap according to the protocol here. http://www.sitemaps.org/protocol.php I have created an ...