Prepare for your Next Interview
This is a discussion on Standard Checkpoint within the QTP forums, part of the Software Testing category; Hi all, I have a problem in standard checkpoint. I have a script which use a parameterizing & a checkpoint. In which it compares a value in one column to ...
|
|||
|
Standard Checkpoint
Hi all,
I have a problem in standard checkpoint. I have a script which use a parameterizing & a checkpoint. In which it compares a value in one column to the output values. I do not want to compare all cells. It compare all cells. I want to check those cell which having values only. Can any one tell me, hoe to use script for that? can i have to use any conditional statement there? |
| Sponsored Links |
|
|||
|
Re: Standard Checkpoint
Hi Pravin,
Could you be more specific as to where is the column value that you are comparing your output values with. This would help in providing an acccurate solution. Meanwhile Assuming that you are working with any table, I would suggest that instead of using a checkpoint, you could script the following manner to compare your output values against the values in the Column. Assumptions Output Variable = StrText RowCnt = 1 Colcnt=The required Column number in the Table for i = 0 to Range(RowCnt,ColCnt) |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Checkpoint failed | Lokesh M | QTP | 4 | 06-13-2008 01:48 PM |
| XML Checkpoint and Accessibility Checkpoint | Lokesh M | QTP | 1 | 02-28-2008 06:34 AM |
| Can QTP while create a checkpoint during runtime | Geek_Guest | QTP | 6 | 12-26-2007 11:06 AM |
| Database Checkpoint dynamic query | spore | QTP | 2 | 09-24-2007 05:03 AM |
| Webpage / Frame Checkpoint | Lokesh M | QTP | 4 | 12-11-2006 02:00 PM |