Forum Discussion

selmaa's avatar
selmaa
New Contributor
11 months ago

Check Table data

Hello ,
I want to check cell within a table data. If both cell data are correct are correct i want to impliment tasks. With which features can i archieve this in keyword testing. 

 

CHECK TABLE DATA

IF = cell 1 state == AIB & cell Brief == AV THEN
Save filenumber in variable

ELSE
IF = cell 2 state == AIB & cell Brief == AV THEN
Save filenumber in variable

ELSE
IF = cell 3 state == AIB & cell Brief == AV THEN
Save filenumber in variable

ELSE
IF = cell 4 state == AIB & cell Brief == AV THEN
Save filenumber in variable

ELSE
IF cell 5 state == AIB & cell Brief == AV THEN
Save filenumber in variable

 

1 Reply

  • rraghvani's avatar
    rraghvani
    Champion Level 3

    If you want to do the same in keyword testing, then you need to use section Statements, If...Then. You can build the conditional statement based on the code you have provided.