How can I create test cases according to my requirement. Example: I have a form开发者_运维百科 with many fields. There is one field name Father\'s Name, now I want that the user should insert only st
I want to make sure that an element is present before the webdriver starts doing stuff. I\'m trying to开发者_JS百科 get something like this to work:
I am evaluating a couple of d开发者_开发技巧ifferent frameworks for test automation. One of the things I really like about WatiN is the page model for abstracting page code from your tests.
I want to perform \"fast integration\" (aka \"desktop integration\") tests of a project using EF 4.0/4.1 connected to SQL Server 2008.This means that I need to swap out the dependency upon SQL Server
I am attempting to click a TTabSet tab for our Delphi application via VBScript (used in test automation) but am having difficulty doing so without using page coordinates. Does anyone have experience u
I need an algorithm to automatically generate test cases based on a set of dependent variables.Implementation language does not really matter.
i have a main activity and when tap on the button in the main activity it moves to the开发者_JS百科 another activity than runs on another process .. is there a chance to track/get that activity using
I have a web app and two objects with same class name (no IDs), other attributes also the same. The difference only in same style attributes: one ofthe objects has \"style.display=\'block\'\", other h
I\'ve been working with FoneMonkey for iPhone automation, and have been having issues getting the framework to detect taps with UITapGestureRecognizer. Does an开发者_StackOverflowyone have any experie
I\'ve developed a simple xmpp chat client (for Android, using asmack library). Now, I would like to test the client to see if it does what it is supposed to do (ie. fetch the list of contacts, refresh