November 15, 2013

Installation of Ruby with Eclipse

If you wanna execute the Ruby with Eclipse then follow the step by step procedure.... Install it and enjoy the day...

Required Items:
Ruby installer for windows [1.9.2 version].
Eclipse Helios

>>>

FIRST Install the ruby in your system.

Try ruby installer.exe file.

http://rubyinstaller.org/downloads/

Open eclipse and Go to
Help>> Install Software

Enter the below URL to get the DLK kit for Ruby

http://download.eclipse.org/technology/dltk/updates/

Download the latest software Version (select the latest version checkbox)




Install it, Apply the changes and restart the eclipse.

Go to 'File' > New> Project

You can see the RUBY folder tree Structure.
Select the RUBY Project.


Enter Project name and Choose Configure Interpreter.




You can see Ruby interpreter is not available in the selection.


So now you need to add the ruby exe file with the application.
Select 'Add' and browse the ruby.exe file location, then the library files are gets downloaded.

Now the Ruby exe file is configure in your system..

Select OK.

Select 'finish'.
Now its time to work with RUBY..

Create a new class file.
save it as filename.rb (Ex: test.rb)

Enter the below line to print HAI and save the file. run it
>>
puts "HAI"
>>
OUTPUT: HAI
Wow.... Ruby Master Congrats....

November 1, 2013

Interesting Ways to improve your TESTing TEAM

Hi Guys,
"Read the people mentality and go with them" this is the best way to improve you team.


  • Have a meeting within the team every week.
  • Share at-least one question related to testing... to the team... every week.
  • Attend some Webinar session happening online. Share it across the team.
  • Take a session every weekend on different topic.
  • Knowledge sharing is always a great idea. Once you shared knowledge to all.. then Its your next move to find another new one....
  • Learn yourself and share in your team.
  • Get ideas from team and try to implement it.
  • Meet testing experts people and ask them to review your task...
  • Get ideas from experts and try to implement it
  • Involve in online testing challenges and Prove yourself 
  • Split your team and make the challenge.
  • Don't give gift or reward to individual person..
  • Share the gift to whole team.
  • Ask people to think more in Usability wise.
  • Have a party with the team monthly once.
  • Go for outing with whole team.
  • Give a chance to lead the team for every individual.


The above points are gathered on my past experience.
If you guys found anything needs to be included or remove in above to improve your team... Kindly let me know........