testing
Tool to Generate Load using the Database Sample Data
I wanted to generate a load on my web application to measure/test that how many requests my web app can handle. Currently I am using Apache Benchmark For POST request. The problem is Apach开发者_Stack[详细]
2023-04-08 08:56 分类:问答Multiple folders to reports in TestNG Eclipse plugin
I\'m running Test Cases with TestNG Eclipse plugin. How can I specify a distinct folder as output to the HTML reports by configurating testng.xml?[详细]
2023-04-08 08:27 分类:问答C++ unit test for testing performance (synthetic benchmark)
is there any library 开发者_如何学JAVAjust like unit testing library, but instead of testing for correctness, its testing the performance of such functions, the output is execution time, cpu instructi[详细]
2023-04-08 06:14 分类:问答Why isn't my tests working for this form?
In Firefox, if I try to submit a post without a title, I get: 1 error prohibited this post from being saved.[详细]
2023-04-08 06:05 分类:问答How to avoid code duplication in a Android Test Application?
Suppose I have an application that have similar buttons named button0, button1开发者_运维知识库, etc, up to button9.[详细]
2023-04-08 05:24 分类:问答wait for an link to appear which is already in the page in selenium
Hi i am using selenium with testng. I have created a code in which i will login to a website and then after that their is a operation that happ开发者_运维百科ens and it collects the name of all the ip[详细]
2023-04-08 04:21 分类:问答Testing Battery Usage
I want to test how my application effects the battery of a phone/tablet. Are there any testing tools which will allow me to do so?[详细]
2023-04-08 04:19 分类:问答Unexpected result using WebDriver's findelements(By.cssSelector) method in loop
I am using WebDriver to verify elements on a page by css selector. With the following method \'checkTablesByHeader\' that I have created.[详细]
2023-04-08 04:05 分类:问答How to select date from date fileds using watin framework
Can any one tell me how to select a date in these date fields automatically by using WatiN (http://www.meanfreepath.com/javascript_calendar/livedemo.html) I have given this site as an example.[详细]
2023-04-08 03:37 分类:问答Automated input generator for black-box testing
I am a newbie for software testing. I want to know, is there any open source tool for automated test case 开发者_C百科generator black-box testing.[详细]
2023-04-08 02:49 分类:问答