testing
Unit Test? Integration Test? Regression Test? Acceptance Test?
Is there anyone that can clearly define these levels of testing as I find it difficult to differentiate when doing TDD or unit test开发者_JAVA百科ing. Please if anyone can elaborate how, when to imple[详细]
2023-04-11 07:36 分类:问答TestNG dependsOnMethods from different class
The dependsOnMethods attribute of the @Test annotation works fine when the test to be depended upon is in the same class as that of the test that has this annotation. But it does not work if the to-be[详细]
2023-04-11 07:13 分类:问答How can I exclude methods from EMMA reports?
Is it possible to exclude selected methods from EMMA code coverage reports? I dont want to have getters, setters, equals methods, etc. in my final EMMA reports. I know that it is impossible to configu[详细]
2023-04-11 06:05 分类:问答Testing IE6 with Firebug Lite
I\'m using IEtester to test in IE6, because the client want the page to be seen in it. Till a few weeks ago, I could work as good as possible using the firebug lite Stable Channel in IE6 on the IETe[详细]
2023-04-11 05:19 分类:问答Android apk testing without Robotium
Hi is it possible to test an apk ( android application ) whose source is not available. without using robotium, roboelectric or to be more sp开发者_C百科ecific can this be achieved using just the andr[详细]
2023-04-11 05:03 分类:问答Software Testing approach [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-04-11 04:54 分类:问答how to create plugins for different audio software like itunes and winamp?
i am new to programming and want to developa plugin that interacts with the itunes or winamp ar WMP and then does what it is programmed to do. I know php and mysql kind of stuff but i am totally new a[详细]
2023-04-11 03:51 分类:问答How to execute an application with test results after MSTest?
Anyway to have my project run a application after the test batch finished? I was hoping to add a <Target> but was unable to find anything.[详细]
2023-04-11 01:19 分类:问答Best methods for simulating/testing performance under slow connections?
I am looking for a \'standard\' tool for testing application performance under slower internet connections.[详细]
2023-04-10 23:17 分类:问答how to clone browser instance in watin
I need to clone the browser instance, In watin IE is shared resource which makes very difficult to store the previous browser instance[详细]
2023-04-10 23:11 分类:问答