Risk-Free trial

Blog

This blog is intended for software system engineers, architects and managers or people generally interested in development, testing and integration of software systems. It is part of profiq’s community effort that has the objective of sharing knowledge and ideas about software system integration, testing and development. In addition to this technical content, we share updates about life at profiq.

Tags

Road to better quality – Testing conference

Bunch of us just attended Lates conference where overall theme was Testing - The way to better quality of software Conference has been targeted to people responsible for overall software quality such as CIO, COO, CFO, Test managers, support managers or people that take over software solutions from their vendors. I'm not going to describe how event went or comment on general conference highlights (although it was overall pretty good), but rather let me just put down some points we have collected during presentations. Non of these ideas are novel…

Maven archetype for OpenDJ plugin development

We have previously written about the plugin development for OpenDJ based on the example-plugin.zip which comes with the binary distribution. However, as OpenDJ is evolving and slowly migrating to Maven, on the initiative of the ForgeRock team we have come up with the Maven archetype to make the plugin development easier and more developer friendly. (more…)

forgerock idm java ldap opendj

Life beyond work

Integration, development and testing are fun, we have still lives beyond them;) We took part in the 10K run Běchovice - Prague with our colleagues and friends last Sunday (Sept/25). Great weather, so-so physical condition, killer course profile. source: http://www.pragueout.cz/articles/praha-bechovice-112-6591 You are better to save some energy for the last 2,5 km, if you aspire to run along the whole course. It was fun, despite the agony at the end. (more…)

profiq

Valued tester

Here comes a universal recipe that I often hear on software release projects that are planning outsourcing of functional testing responsibilities. Take an experienced test designer to define test cases. Then take several clickers to do the execution based on those pre-defined test cases and you are done with your testing team. A clicker is meant to be a human being, literate and having some user experience with GUI based applications. Assuming that instructions are well written, the person will click through GUI based tests reasonably well. No need for…

qa system testing testing

Handy test tools – Firefox add-ons

Whether you need to test web applications or troubleshoot software system deployment you may need tools that will help you understand what is actually happening. During our projects we came across couple of handy tools (available as Firefox add-ons [1]) that we found useful. (more…)

testing tools troubleshooting

Testers’ illusions

Testers often debate about testers' place in the world of software engineering and the world's perception of testers. Both well known names ([1], [2]) and the broader community ([5], [6]) contribute. We (testers) often get frustrated, deffensive, when non-testers say that testing doesn't need thinking, that it is only about pressing buttons, that experience or qualification are not imporant. Basically that anyone could do it. In a response, we try to define ourselves ([3], [6]), suggest ways to deal with non-testers ([4]), educate them ([1]) or trying to challenge ourselves ([5]). The more I…

qa system testing testing

So, what’s independent testing? (contd.)

We argued in a previous article that independent testing is about the way testers act and the quality of information that they provide, rather than about the way they are organized or governed. Organization and governence still tend to have a crucial impact on independence. That's perhaps the reason, why some of defined standards approach testing independence from the point of view of the organization ([1], [2]). I prefer to talk about organizationally or governence-wise separate testing rather than independent testing in this context. Here is why. (more…)

independent engineering independent testing qa system testing testing

So, what’s independent testing?

Testing independence is being referred to in various ways: organizational independence of a test team on other teams within a company, independence of a testing service  vendor on other vendors, or testing as an independent engineering or scientific discipline. This blog site intends to refer to software testing as a business function and its in/dependence on other business functions (e.g. software development or other, even non-technical functions). Let me hence, share my perspective on independent testing from this angle and contrast it with outsourcing testing services, given that I see…

independent engineering independent testing qa system testing testing

OpenDJ integration with Samba

Although the integration of OpenDJ with Samba is not explicitly documented, it does exist for OpenDS - which, as we already know, is the same product as OpenDJ. However, what is not covered is the synchronisation for the Samba password attributes with the LDAP password. This is the aspect we would try to cover in this article. (more…)

idm java opendj samba

OpenDJ plugin development based on example-plugin

While OpenDS plugin development was fairly well documented, it has evolved with OpenDJ while available information has not. I will try here to share some of my experience which might help you save some time until the plugin API becomes stable enough to be officially documented. (more…)

idm java ldap opendj