October 19, 2012

Selenium + Ruby + window + x86 System


Hi Guys,
I tried to install the selenium in my system.... I faced so many issues while installing.
I would like to share the info in the short way

gems needs to be installed
How to install selenium in Ruby language

=> check for system information.
Go to run in start and type>> msinfo32
Hardware Resources>> System Type
verify whether x86 or x32 system information

=> Install the corresponding ruby installer package

Select Ruby installer
Select the checkboxes while installing.

=> Install Devkit
go to the dev kit installed  path
enter the following commands in command prompt.
ruby dk.rb init
ruby dk.rb review

=> Now install  the ffi older version.
gem install ffi-rzmq

to avoid FFI nmake error.
I got this error because of new version of FFI is not supporting.

=> Now you can install the following gems in your local machine.

gem install selenium
gem install selenium-webdriver


At the same moment we can install cucumber in your Windows machine

Developer/Tester Who is Enemy???


Testers are considering a bug as their friend. Hence Testers became bug friendly.
Other than Testing Team, people consider the bug as their enemy.
Result: Causes the Tester as their enemies.
If something happens to a child, then mother feels very bad.
Child = Application
Developer=Mother
Testers = shield for the child.

Testers are enemies for everyone>>
Testers have the power to Stop/Postpone Production Release.
Hence at that situation, Testers are became a major enemy for everyone not only from the development team.

Testers are enemies>>
If any Software Tester identifies defect in the build product, then they file the bug in bug tracking tool.
Bug Count Increases
Result: Testers became enemy for the Developers

Developers are enemies>>
Sometime Developers communicate with Testers orally & compromise the tester for the production release.
Result: Testers are responsible for the orally communicated defect.
At this situation developer became enemy for the testers.