VAIBHAV SINGH
Quick Test Professional Profile
|
|
Some important tips using before QTP... |
|
1 |
Always make sure that you are not using any excel sheet with filter or sorting validation. This make QTP confuse to get correct rows and create problem while saving Excel. |
|
|
2 |
During Regular Expression if you are using special character like ()| , always use '\' before them. cause such special Character have some meaning in Regular expression Interpreter. |
|
|
3 |
This is very interesting. Lot of times we use i,j as local variable in For loop or while loop. dont make them Dim i. It make this variable global and you will get wrong result(in some cases.) |
|
|
4 |
If Total length of a String argument is more than 218 in FSO(File System Object). It will create problems during execution. |
|
|