I have rich web app btuil with ExtJS. It has multi-select list control (created with JS+CSS). I want to click on some item in that list using HP QuickTest Pro 10 with Internet Explorer 6. I added that
i\'m usinng selenium 2 beta. i\'m trying to click button which opens file attachment dialog. but when i click it nothing happens.
We are trying to automate our tests but we have some problems. Our solution has 7 projects, one of them is WCF server and one of them is Windows Forms project. Others are helper projects.
I 开发者_C百科have been working with Coded UI Test(CUIT) feature of VS2010 . When recording the CodedUI framework generates a lots of hierarchical classes.
hi is there开发者_StackOverflow any tutorial or Document availablefor GUI Testing using GHunit. and in one case for server interaction . i want to write test case by passing some false as well as rig
I\'m creating a magazine reader (something like iGizmo on iPad). I have two scrollviews one that开发者_运维技巧 paginate over articles and second to paginate inside of an article through pages.
I\'ve seen examples of u开发者_C百科sing the Microsoft.Smartdevice.Connectivity.dll library to deploy WP7 applications to the emulator.
We wrote several Eclipse plugins to allow us to debug the company\'s hardware and firmware. I\'m looking for a good tool that will automate GUI testing of the plugins.
I am new to using Shoulda and don\'t know where to begin. One of the things I want to be able to test is when I create a new record for a given Model, the controller is supposed to then create new re
each source file has a function: unsigned char test(){ //return true if tests succceed false otherwise }