All kinds of tools that support testing.

learn more… | top users | synonyms

2
votes
1answer
165 views

Testing an IMAP client

I am writing an IMAP client library for a Uni project. I need comprehensive, in-depth testing for it. This is the focus even more than the e-mail functionality itself. What should I do? I am looking ...
2
votes
3answers
153 views

How do you test a network stack for outbound traffic?

I'm in the middle of developing an embedded network appliance and am thinking about how to test how it would work in different environments, in regards to the traffic flowing on that network. Is their ...
2
votes
1answer
127 views

How to get Custom BIRT reports in SilkCentral Test Manager to pull the currently selected project?

I posted this question on StackOverflow and did not get any answers, so re-posting here. We are using Eclipse (Galileo) to create some custom BIRT reports (version 2.5) for SilkCentral Test Manager ...
1
vote
3answers
80 views

Is there an easy way to verify all elements of an application have been translated?

The current method is to click through every dialog, and manually verify all captions have been translated. One of the major problems with this approach, is that it's very time consuming. This is ...
1
vote
2answers
334 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
3answers
1k views

Standalone tool equivalent to Object Spy from QTP

I can use the Object Spy from QTP to get the id and name of SAP GUI controls, e.g. user name control from the logon screen: id: /app/con[0]/ses[0]/wnd[0]/usr/txtRSYST-BNAME name: RSYST-BNAME Is ...
1
vote
1answer
128 views

Is QC effective for QA teams that write their own test automation solutions?

I am an experienced software developer and team leader. Lately, I joined a project in which I am supposed to manager the QA process. My team will be composed of Software Engineer in Test members since ...
1
vote
1answer
50 views

Simulating a click in web performance tests

I am working with web-test in visual studio test system, without writing a code test, is there a way to invoke a click on a link/button/submit item? I am thinking of doing this by adding a request in ...
1
vote
3answers
570 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 ...
1
vote
1answer
90 views

Any testing resource for security testing of mobile web applications

i have gone through the following question security sources and found testing resources for testing desktop and web applications, any realtime resource to test an mobile web applications?
1
vote
1answer
137 views

JIRA: Export list of issues with link hierarchy

I'm trying to find a way to export the list of JIRAS from a project, but respsecting the link hierarchy (issue is key, belongs, etc). The major restriction is that the JIRA setup does not have ...
1
vote
4answers
2k 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
1answer
327 views

How do you organise and manage testing charters?

There appear to be very few tools out there specifically aimed at managing charters for exploratory testing sessions. If you're using SBTM or TBTM, how do you manage your charters? Some of the ...
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 ...
1
vote
1answer
93 views

Enterprise Tester: how to see attachments or pictures linked to test scripts when executing tests?

I'm currently evaluating Enterprise Tester for managing tests (it is simlar to HP qulaity center) and have the following question. When creating tests (so called "test scripts") it is possible to ...
1
vote
1answer
223 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 ...
1
vote
0answers
41 views

Attack surface metrics analyzer tool

I am trying to find a tool to measure vulnerability into my application ( each entry point and exit point into my application ) and then apply it to Manadhata's metrics I found Microsoft surface ...
1
vote
1answer
178 views

Clarification sought on the bindings for Selenium 2 and their interaction if any with Selenium Server standalone JAR

While going through the current download list for Selenium I came across this text The Java bindings for Selenium 2, including the WebDriver API and the Selenium RC clients. Download this if you ...
0
votes
1answer
106 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 ...
0
votes
1answer
437 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
0answers
78 views

Curious behaviour of Firefox when using a proxy for local IP Addresses

I'm currently debugging a rails application and sahi. Previously working without a problem: I would have a proxy running on: 10.2.33.44:9999 (sahi proxy) rails server (host) is also running on ...
-1
votes
1answer
158 views

Open project vs Project Libre [closed]

Have you experience of using these and the knowledge to make a comparision between them for the suitability of managing a testing effort? https://www.openproject.org ...
-1
votes
2answers
88 views

Open source tool for QA Management,which can provide integration with Bugzilla and jira [closed]

Which is the BEST Open source tool for QA Management, which can provide integration with Bugzilla and jira.
-3
votes
2answers
73 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
1answer
423 views

What are the best practices in quality assurance process measurement? [closed]

How do you measure quality assurance and quality of products in your teams? What metrics do you use? What tools do you use?

1 2