Tagged Questions
The exploratory tag has no wiki summary.
4
votes
3answers
552 views
How to find an appropriate event in Magento?
Sometimes when looking for a convenient event to hook I do a bit of exploratory programming...
Modify Mage::dispatchEvent with this extra line:
Mage::log($name.'('.implode(',', ...
4
votes
7answers
361 views
Are there tools that log user actions to help reproduce bugs?
As a test engineer, I often engage in exploratory testing. When I encounter a bug, it is not always immediately clear which steps led to the problem. So, obviously, I have to find the required steps ...
2
votes
11answers
359 views
What are various methods for discovering test cases
All,
I am a developer but like to know more about testing process and methods. I believe this helps me write more solid code as it improves the cases I can test using my unit tests before delivering ...
0
votes
0answers
34 views
Multiple folders to reports in TestNG Eclipse plugin
I'm running Test Cases with TestNG Eclipse plugin. How can I specify a distinct folder as output to the HTML reports by configurating testng.xml?
I've seen Cedric's answer to this very similar ...
0
votes
1answer
110 views
Unit Test Vs Exploratory Test in short term/long term scenarios
What do you think brings more value to the product, Unit Test or Exploratory Test?
I understand that both tests serve different general purposes, but what test would you prioritize, i.e. what would ...