iPhone 3G Now available in the United Arab Emirates. Etisalat is the first Operator in the region to offer the iPhone 3G.
Check it out
A place[fancy word for blog] where topics such as Technology, Life Matters, Careers, and Software Engineering sparks interest in my mind. I'll share it here;leave a comment, for your responses amends my knowledge in my posted discussions.
Already with 20 lectures available in PDF format, click here. The course includes Unit Testing an iPhone application with sample applications
.jpg)
It is very important to design your automation system with debugging in mind. For example, you have a an automated suite that runs in sequence, and you needed to make changes in the last test or even add a new test; if you don't design your system correctly, you will end up running through your entire test in order to debug your test under development.
Six more days from now.
In large systems, critical areas within the system gets to be automated first.
The result will be a repository of automated set of tests that will provide evidence that the software is OK from the testing side. Of course, prior to running this tester level automated tests, a set of developer level automated tests is run to provide evidence that the software is OK from the developer side. Both automated tests, tester tests and developer tests are executed together. This what makes agile testing possible.