Home > Miscellaneous (Page 8)

How to decide automation tool for testing

Identify best automation tool which suited for your project by focusing on these aspects. A) Management point of view B) Technology of the Application C) Expertise available. Try to follow step by step and at the end you will get your answer that which tool is best fit to automate the application. Identify in which

This Article is TAGGED in , , , . Read more

Download free bug tracking template

A bug tracking or defect tracking is to keep the track of software bugs in software development projects.To track the bugs in proper way and share it with developers or concern person to take the action it is necessary to have a good bug tracking templateWhy it is good to

This Article is TAGGED in , , , , . Read more

How to Generate Machine Key in IIS7

Open your IIS Manager from Administrative tool -> Internet Information Services Manager. In Connection pane on left side of window, click on the website. Double click on Machine Key icon as shown below. You will see Machine key page, default encryption method is SHA1, you can change it from dropdown list as shown. Click

This Article is TAGGED in , . Read more

Lazy loading in entity framework

One of the biggest issue when we use entity framework that is when we request for one single table you will get all related tables in table object. for example: [crayon-673aab1dabc50576106589/]  in above code you will get all related tables in company object. We can avoid this using Lazy loading. for example: [crayon-673aab1dabc53896754293/]  in this case you can get only

This Article is TAGGED in , , , , , . Read more

JING – a must have testing tool for software testers

Jing is a free software from TechSmith to share images and short videos of your computer  screen. It is not browser specific. Easy to use and understand for non technical person. A tester can easily and clearly communicate  what actually the issue or bug is! More focused and easy way to highlight and comment

This Article is TAGGED in , , , . Read more