Hi ,

My scenario is to verify two cells in the excel output and to return any
extra or missing strings. In the below scenario in Actual  Output for
Language JAVA is missing and last statement *WLM ENVIRONMENT D10AWLM *is
displayed extra.

Now I need a function which retrurns JAVA as missing in Actual and *WLM
ENVIRONMENT D10AWLM *as extra in Actual output.

Thanks in Advance:


*Expected Output:*

CREATE PROCEDURE "QAOFS"."QASP0400"
      (
       IN "NAME" VARCHAR(10) CCSID EBCDIC FOR SBCS DATA
      )
      DYNAMIC RESULT SETS         100
      PARAMETER CCSID EBCDIC
      PARAMETER STYLE JAVA
      EXTERNAL NAME 'IBM.SAMP.RUN'
      LANGUAGE *JAVA*
      NOT DETERMINISTIC
      NO PACKAGE PATH
      FENCED
      NO SQL
      NO DBINFO
      NO COLLID


*Actual Output*:

CREATE PROCEDURE "QAOFS"."QASP0400"
      (
       IN "NAME" VARCHAR(10) CCSID EBCDIC FOR SBCS DATA
      )
      DYNAMIC RESULT SETS         100
      PARAMETER CCSID EBCDIC
      PARAMETER STYLE JAVA
      EXTERNAL NAME 'IBM.SAMP.RUN'
      LANGUAGE
      NOT DETERMINISTIC
      NO PACKAGE PATH
      FENCED
      NO SQL
      NO DBINFO
      NO COLLID
      *WLM ENVIRONMENT D10AWLM*

-- 
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en

Reply via email to