I am testing my iPhone app with some p开发者_如何学Goeople who install it through iTunes together with the mobile provision file that I give them. Apple has good instructions for how to get crash logs
In my MVP pattern (Passive view) based application (.NET), I have separated out the message boxes into the View so that when I tes开发者_运维问答t my presenter and model my testing code is not affecte
We have a legacy/production database. It has been in continuous development and use backing a website that has evolved over 10 years. The database is access开发者_运维百科ed by multiple technologies -
I\'m new to mock testing. I want to test my Service method CorrectionService.correctPerson(Long personId).
I haven\'t poured over the RFCs on this one and was hoping that someone would know off-hand. Pretend I have a basic mail server example.com
If you\'re in my position you have a big WebForms applications which have escalated to this unmaintainable thing. Things break when you add new features and you need an inexpensive maintainable way to
Has anyone used Robotium or Calculon for testing Android apps?Are they useful? Any recommendations on which is bett开发者_开发百科er?I\'d go with Robotium since Calculon is still in very early stages.
Hay I am using IE Tester for browser compatibility, but its only for Internet explorer. Is th开发者_JS百科ere any Browser CompatibilityTool for all most all commonly used browsers.See http://spoon.net
I am looking for a way to automate couple of browsers... Firefox and Chrome (for now on just Windows) from an external application/process.
I have an abstract testcase \"AbstractATest\" for an interface \"A\". It has several test methods (@Test) and one abstract method: