Click for a FREE Psychic Reading from Keen!

QTP 10.0 Menu Items Missing ? Gone ? This is the fix

By Ali - Last updated: Tuesday, March 30, 2010

I am not sure why QTP is behaving like this ! But here is the Fix for it:

1. Open / Start QTP
2. Right click on the Menu toolbar (File  Edit View Insert ….)
3. Select “Customize”
4. Click on the “Toolbars” tab
5. then Click on “Restore All” button at the lower right hand side.

Wallah ! now All iz Well !


Filed in Problems & Solutions • Tags: ,

Delete Data from a MS Access Database

By Ali - Last updated: Friday, February 12, 2010

VBScript to delete a single row in database table.

We have table “EMP” in database “db”(Microsoft Access).

EMP Table has following data in it.

EMPNO EMPNAME EMPSAL

1 Aliabc 30000
2 abcAli 25000
3 AaLbic 15000

1 Aliabc 30000

2 abcAli 25000

3 AaLbic 15000
Dim con,rs
Read the rest of this entry »

Filed in Scripts • Tags:

Insert Values Into a MS Access Database Table

By Ali - Last updated: Friday, February 12, 2010

VBScript to insert values in database table.

We have table “EMP” in database “db”(Microsoft Access).

EMP Table has following data in it.

EMPNO EMPNAME EMPSAL
1 Aliabc 30000
2 abcAli 25000
3 AaLbic 15000

Dim con,rs
Read the rest of this entry »

Filed in Scripts • Tags: , ,