Test Case ID   Test Case           Test Data          Expected            Actual             Status
Objective                              result              Result
    TC_1       Verify copy         Enter some text    Selected text       Selected text is       Pass
               option              and select it.     should be           copied to
                                                      copied to           clipboard
                                                      clipboard.          successfully.
    TC_2       Verify paste        Copied text to     Copied text         Copied text is         Pass
               option              clipboard          should be pasted    pasted
                                                      at desired place.   successfully.
    TC_3       Verify copy         Enter some text    Selected text       Selected text is       Pass
               option from first   in first           should be           copied to
               document to         document and       copied to           clipboard
               second              select it .        clipboard.          successfully.
               document.
    TC_4       Verify paste        Copied text to     Copied text      Copied text               Pass
               option from first   clipboard.         from first       from first
               document to                            document         document is
               second                                 should           successfully
               document.                              successfully     copied to
                                                      pasted to second second
                                                      document.        document.
    TC_5       Verify copy         Copy text from     Copied text      Copied text               Pass
               option from         external source.   from external    from external
               external source.                       source should    source is
                                                      be copied to     successfully
                                                      clipboard.       copied to
                                                                       clipboard.
    TC_6       Verify paste        Copied text to     Copied text      Copied text               Pass
               option copied       clipboard.         from external    from external
               from external                          source to        source to
               source to                              clipboard should clipboard is
               clipboard.                             pasted to        successfully
                                                      desired place.   pasted to
                                                                       desired place.
Test Case ID   Test Case          Test Data           Expected          Actual             Status
               Objective                              Result            Result
    TC_1       Verify save        Open document       Document          Document is        Pass
               option             and enter some      should be save    successfully
                                  text and click on   with the given    saved with the
                                  save option.        name .            given name.
    TC_2       Verify save        Any document        Document          Document is        Fail
               option for         give name same      should not save   saved with
               existing name      as existing         and give pop up   name given as
               document with      document.           message for       existing
               same name .                            name already      document name.
                                                      exists.
    TC_3       Verify the save    Open new            Document          Document is        Pass
               option with        document and        should save       successfully
               large file save.   make the file       with the larger   saved with large
                                  size more.          file size.        file size
    TC_4       Verify save        Make changes        Document          Document is        Pass
               option after       to the existing     should save       successfully
               changes.           document.           with changes.     saved with
                                                                        changes.
    TC_5       Verify save        Make changes        Document          Document is not    Fail
               option after       to the existing     should save       saves with
               changes.           document.           with changes.     changes that
                                                                        made.