Welcome!

Write text to File-VB 6.0

The following code snippet would allow one to write text to a file in VB 6.0. This can help if some one wants to log any kind of information to…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to serialize an object in Silverlight.

If we want to serialize and deSerialize an object in silverlight We have to use DataContractSerializer as Silverlight doesn’t support BinaryFormatter. DataContractSerializer under the type System.Runtime.Serialization Serializes and deserializes an…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Using Lynx as an optimization tool

Lynx was one of the earliest Web browsers, in fact, for a period of time it was the only popular hypertext browser available. Initially it was mean’t for UNIX, VMS…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Tips for Installation Testing

1. Fresh Installation of software: >Which refers to the fresh platform(OS) on which software needs to install. >An OS will be considered as fresh if no other/same version of that software…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Mandatory requirement before publishing a bug report

1. Look for duplicates and if found duplicates in that case strategy changes from reporting to appending information on the already reported bug. This enhances the importance of the bug…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Tip for Bitmap CheckPoint in QTP

Bitmap Checkpoint: ————————- This checkpoint checks the content of the bitmap in the application.Bitmap checkpoints can be placed for any area of the application.Bitmap checkpoint are also applicable for buttons,text…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Test a Website's Compatible with Multiple Languages

Prepare a Rock Solid Test Environment and Use it For a Website hosted in English and Japanese Language, it’s not a ball in the browser’s court to change the language…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Saving time with Text Expanders

Here is a nice little tool I found that could help you avoid doing repetitive tasks especially in coding and documenting/emailing. Texter is a stand-alone, text substitution application that resides…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Use of Properties File in Selenium Webdriver

While writing scripts for a web application in Eclipse, we have go through several elements. Using xpath/css/id etc., we find the element and then we perform some actions on those…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!