Monday, December 13, 2010

Filing Bugs in Bugzilla

Hi friends,
I Recently tested TS_65_Appisupport_Sanity Test specifications for netbeans 7.0 beta version. While performing these test cases, I encountered few bugs. So inorder to report these bugs to the netbeans developers, we need to enter these bugs to the bugzilla.

Following steps can be taken to report a bug :
  • Login to netbeans site.
  • Go to Enter bug page.
  • Click on appropriate module. For example, since I am testing for api support, i will click on apisupport  link. 
  • Select the appropriate component from the component list. Component specify a NetBeans module in which the error occurred.

  • Then select the version of the netbeans in which bug occurred.
  • Then select the platform and OS.
  • Select the priority of the bug. If u are not sure of the priority of the bug, then select P3.
  • The CC option is optional which is a space-separated list of netbeans.org login names who are notified about subsequent changes of an issue.
  • In summary field, just enter the brief title which shortly describes the type of bug. The summary should be 1 line title and not more than that.
  • Now Enter description of the bug. Description is a detailed description of the problem. The description should possibly include all information needed to reproduce the problem
  •  If you have taken any snap shot of the bug or have log files of the bug, then click on "Add an attachment" button.
  •  browse for the attachment file, enter its brief description and then provide the type of the attachment by selecting one of the 3 radio buttons. If the attachment is Image/ HTML / XML / Binary file then select on "select from list : " radio button and from the combo box, select an appropriate type of attachment.
  •   Click on Commit when done.  :)
Bugs Filed By me :

Useful Tips for Reporting a bug :
  • Always take a snapshot of the bug which may act as a proof of the bug and attach the snap shot while reporting a bug.
  • Mention the link of the test cases : The link of the test cases you followed.
  • Mention the build number of the netbeans IDE.
  • Add [70CAT] in the bug name . This will signify that the bug is filed for the 7.0 version of the IDE.
  • Add lots of information about the bug so that anyone can reproduce that bug.

Thursday, December 9, 2010

WordPress Installation Under Windows

It is always beneficial for installing the wordpress locally under windows. This is useful to prepare your blog easily before you put it live and most important thing is that it can be prepared locally. Another advantage of the same is for making your blog look more beautiful and install more plugins for your blog.
Here I will tell you the steps which will be helpful for you to install wordpress under windows.  For installation you will require different tools such as wordpress and XAMPP server. This setup will hardly require 10 minutes.

  • Get yourself a XAMPP server and download the exe version of it. Double click on the installation and extract it to c drive.


          After extraction, in a dos window, you would be asked for setup, perform that.

    • Once installation is complete, then run XAMPP server, double click xampp-control.exe . It will look like following :

              Start Apache and MySql services by clicking on start button.

    • After starting the services, Click on Admin button (next to Apache’s service start button) select your preferred language.

    • After selection of the language, click on phpMyAdmin(on the left column).


    • In create new database text box, enter wordpress and select utf8_unicode_ci in theMySql connection collation drop down box. Click on create button. Your XAMPP setup is now complete.

    Wordpress Installation :
    • Download Wordpress and extract it under c:\xampplite\htdocs.

    • Make sure that you have a wordpress folder under c:\xampplite\htdocs.  Browse to this folder, searh for a file named wp-config-sample.php. Open it in any text editor and replace the default values by the ones you see under this paragraph. After making changes, save the file


    // ** MySQL settings ** //
    define('DB_NAME', 'wordpress'); // The name of the database
    define('DB_USER', 'root'); // Your MySQL username
    define('DB_PASSWORD', ''); // enter your mysql password, and if you haven’t installed any                          before than do not change anything.
    ('DB_HOST', 'localhost'); // do not change anything here



    • Enter all the details setup during XAMPP installation such as database name, uname and password and then click on submit.
    •   Congratulations you are done with the installation of the wordpress.

    Wednesday, December 1, 2010

    Oracle Netbeans Platform Training

    Oracle conducted NetBeans Platform training on 27th and 28th nov at Infospectrum, nagpur. There were total 17  developers who attended the meet from nagpur, India.

    The training was given by Geertjan Wielenga, Principal Product Manager, Oracle Inc through skype and webex. The training was being conducted simultaneously in India, Canada and TOGO. It was the awesome training we had for two days to get familiar with the netbeans platform.

    I am really thankful to sir Tushar Joshi, founder and leader of NUG nagpur group for organizing this wonderful training and also sir Geertjan Wielenga, who spent his valuable time for this training in-spite of the busy schedule in weekend.

    The day 1 of training was about netbeans platform introduction and architecture with some of the examples. The next day we learned the basics about other apis which can be used in netbeans platform for enhancing the application functionality and also how modular our application can be made using the netbeans.
    This training for me was really awesome. Even though I attended the training late, but whatever i attended was really a great help for me to carry on and explore the platform more. And i understood the concepts told by sir.

    Here you can find the experience of other members on this training.
    Ameya, AtulHrushikesh,


    here are the pics of the training :




    Group Photo


    My next goal is to be a netbeans certified engineer. This can be done by creating a small plugin in the netbeans platform.
    :)

    Guys if you are really passionate about the netbeans platform and want training on this platform,  join NUG Nagpur group and be active on our mailing list.
    Nugnagpur is ready to welcome all the passionate users for the netbeans.