automated-tests
Synchronization questions in .NET
I have several thread synchronization questions involving a simple .NET C# design.I have ideas on how to do the synchronization, but I would like to pass the ideas by other programmers that have more[详细]
2023-03-24 10:51 分类:问答Selenium Test (junit ) get stuck once the test spawns new window
Issue is once the new window is spawn test hangs after the line waitForPageToLoad(3000) and finally times out. Once the test hangs if i manually fire some event in parent window test starts executing[详细]
2023-03-23 17:57 分类:问答How to make a function in Sikuli to use it in other Sikuli scripts?
I want to create a function which use Sik开发者_如何学Culi features (as click, doubleclick, wait, etc.) to create other scripts in Sikuli, as a library using functions from sikuli.[详细]
2023-03-23 06:01 分类:问答Guidelines for incorporation of tests in released software?
In many open source projects, the test suite that is used is often comprehensive. This is done to allow many, many people to easily con开发者_StackOverflowtribute changes without breaking too much alo[详细]
2023-03-22 22:47 分类:问答How to make Spork load locales and factories?
So on a Rails 3.0.9 app I\'m using Spork/Guard/RSpec/FactoryGirl on 1.9.2. I would like to know how can I get Spork/Guard to automatically update my factories and locales开发者_运维百科.for locales,[详细]
2023-03-22 16:37 分类:问答Error on asserts coming from the database
When I run the test cases inside soapUI, everything works fine. But when I\'m running the tests inside jenkins, the assertions fail as you can see in th开发者_如何学Cis gist.[详细]
2023-03-22 15:09 分类:问答how to validate data retrieved from db using jmeter?
I want to retrieve the data from a db using jmeter and take the results, compare with values which i sent in request. Can anyone suggest m开发者_高级运维e few ideas on how to accomplish this using jme[详细]
2023-03-22 08:43 分类:问答Selenium HTML attribute name to assist identifying content
I need to verify using Selenium (or similar framework) that certain HTML content/items are on the page using known unique identifiers.[详细]
2023-03-21 06:50 分类:问答what's the best webdriver [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-03-21 04:02 分类:问答RSpec "ideological" question: how to separate between test description and implementation
Read a lot of materials regarding the behavior-driven testing. Indeed, as it is stated (for example) here, the specs\' code should be extremely readable, short and straightforward.[详细]
2023-03-21 01:07 分类:问答