Sunday 28 June 2015

Low cost make up products for less makeup oriented women..

If you are not much makeup loving lady. Then its really painful to spend your hard earned money on products which are really expensive and not sure of using them completely. Still love to look good with minimum make up then the must haves are eyeliner / kajal, tinted moisturizer, powder, blusher and lipsticks. Eye shadow, mascara, bronzer, Concealer etc for me not must for daily wear makeup.

 I too belong to the category where I have no time to beautify myself on daily bases with proper makeup. But some easy to use must have products really helped me. I started with oriflame very me foundation and loved it. Then followed with reasonable lipsticks, Concealer, blusher etc. These very me products are not only reasonable but comfortable in usage too. The less quantity products in this range finishes before their expiry arrives. If not then still you will not regret their half of the usage by their expiration.

Sunday 21 June 2015

Reduced 6 kg weight in 15 days without much efforts.... :)

Weight loss is something which every large size people are up to. And I am one among them.... :)
img src-http://www.webmd.com/

And you know what guys and gals, I have just lost 6 kg in 15 days without too much exercise and dieting. And without any weight loss pills.

I just worked on my daily routine and in takes, very honestly. By keeping some standards while choosing my food and the drinks. 


Guys easiest n loving ways to reduce the weight. 

Wednesday 17 June 2015

Yoga for inner peace and health....


Yoga is not religion,
But a culture.

Yoga is not God,
But for goodness.

Yoga is not yoga pants,
But a comfortable outfit.

Yoga is not fun of breathing,
But fitness and health.

Yoga is not being thin or slim,
But long active living.

Yoga is not yawning,
But meditating for inner peace.

And inner peace has no religion, no outfit, no target of being thin.......
But make us to meet ourselves,
By cleaning our body, our mind and sipirit.

~ Nidhi

Whiskey based cocktail....Orange Zinger


This old fashioned whiskey based cocktail is for all those whiskey loving Indian men & yes women too.


But this cocktail comes with a tinge of ginger & the zing that comes only with orange marmalade. That's why they choose to call it a zinger. Ginger cocktails are big hit all over & this cocktail is a must try for all whiskey fans.

                                                        Ingredients : 

- Indian Whiskey : 60 ml

- Orange marmalade : 2 tsp

- Ginger : 1 inch finely grated 

- Soda : A splash

- Ice to fill & shake glass

- Orange slice garnish 


                                                           Recipe :

1. Add the whiskey orange marmalade & grated ginger to a shaker  full of ice, shake well & strain into the ice-filled glass.

2. Add a splash of soda , (do not top up) , garnish with orange slice & serve.







~ Shiva

Tuesday 16 June 2015

White Rum in Desi Avtar....(Recipe)


Wanna try something new in drinks. Something simple and different. A bit of Indian tadka in western style.

Here is your drink, if you have a bottle of Thumbs up and some White run.

Add some Chaat masala & Tabasco to that boring old drink,with all perfect desi flavors to make it your new must serving for parties.

                           

Monday 8 June 2015

Importance of Standardizing the test scripts for WEBSITE TESTING......



It's not always that we love to do same things with interest and energy. For me when it comes to work then I don’t get passion in doing exact task again and again. I like managing things and saving time. So any IT person be having the same mindset.

Img src : http://www.pinsoftek.com/images/web-testing.jpg

All IT companies are running on projects that they work for, Either Indian based or outsourced. The project can either be product based or browser based. Browser based means any website testing.

The chances that a product based project will vary from the other product based project are really 95%. But website has some or many similarities. Especially if it’s shopping or retail website then you will find so many common functionality.

In case If you are working for a company dealing with the retail website testing. And there are so many websites with similar functionality then why do we need to write test cases from scratch.
Very smartly, 

We can save our time by pulling existing test scripts that we used for our previous website testing and modify them accordingly. In this way we can use the time in better testing and providing on-time deliveries.

I not only found writing same test cases and steps for different website as waste of time but boring too. Then my peer reviewers were not very interested in reviewing same things again and again. 

While pulling the existing standard scripts not only save time, but also finance that client is uselessly paying for these hours. This way client too finds this trick smart and logical.

So logically I started pulling the existing scripts from the similar web based project and made changes in the required areas. Off course the existing test cases used to be very complete and reviewed ones. I used different color text for updating content. And reviewer also reviewed only that part for review.

If you are still thinking of reasons for why should we skip creating test scripts from scratch and use the existing ones:


  1. Illustration 1: Source - http://blog.rgs-bg.com/webdevelopment-tips/25-point-website-usability-checklist/
    Most of the functional areas of web site are almost same like login page, registration page, add to cart page, wish list, checkout process pages, shipping options, payment options, product page content, recently viewed, relevant products, promo code facilities etc. 
  2. Many times we get the projects which are just enhancements or changes in existing functionality.
  3. Content management system which includes defining of slots and image uploads with static and dynamic ways is also common for all websites.
  4. All retail websites have CSR system too. Where the customer service man can assist using the application without any defects.
  5. Then the back end system that is warehouse application using JDA is also used by all websites which arranges products and delivers them to customer.
  6. The concept of cookies, time out feature and security are common in every website
  7. Web based projects are very frequently porn to requirement changes in any phase of testing. 
  8. The types of testing that a website application require and the client may ask for are common like browser compatibility testing, performance testing, security testing etc.
Illustration 2: Source - http://www.slideshare.net/RichaYamini/web-application-testing-14407020
All the above modules are very common in every retail website. Although the steps to use functionality may vary, their designing and the outcome on using them may also vary. Then why can’t we use the same set of scripts with some modifications as per the requirements.

Off course modification may and may not take less time. Even sometimes one may feel it better to start from scratch than to modify so much. This guilt of wasting too much time in modification can be handled by creating a set of standard test cases for each of the common functionality.

What do you mean by standard test case in website testing?

~ Here by standard test case for website testing I mean to create test cases very complete including the set of data and variables that may require to test.

~ The test case modification should be easy just by making changes in non similar data and variables.

~ The entrance and exit criteria should be properly defined for each set of website functionality including the perquisites.

~ The steps or the statements in the steps should be highlighted with different color which need to be modified for different websites for testing.

~ There should be no test data of any website attached to any step in any test case. Instead the data which can be commonly used for testing of all websites should sure be there.

~ The language used for the standard test case creation should be very generic. It should not specify any particular website.

~ All the features of every websites should be covered in the test cases. If there is a new feature or any old feature which is present only in a website then there must be test case/s for the feature too in the standard test cases set.

~ The name of the test cases should be the name of the functionality or the feature the test case is covering. This will make ease for us to find the particular test case from the set.

~ If there is any basic or standard sample or GUI file or screen shot of the feature or the functionality then it should be well attached with the relevant steps.

By using above tips one can create a set of standard scripts and use them with little or required modifications for different websites.

I found the above procedure very helpful in my manual testing for websites. But there are organizations who relate this requirement of standard scripts with business and introduce automation of such scripts to the client. Although automation may be costlier for the client but time saving too. Hence its up to the client to go for manual testing or automation of website quality check.

In Automation too the tester creates a set of scripts which can be used repeatedly for different websites with some modifications. But modifications in automation scripts are more time consuming as compared to manual test cases editing.

The automation of stable GUI is most effective in reusing the same scripts for same website. Its challenging to maintain the same set of automation scripts for different websites, because all websites have different GUI. I never found it as effective as manual. It always missed bugs and took more time in editing scripts for perfection of each website.

In my opinion using standard set of manual test cases for different websites with little modifications is best way to carry a website testing. All we need is to keep the test cases with proper standards which can make the testers interesting and trouble-free to rework on them.

~Nidhi