Hi All,
I have to two xls file named test1.xls and test2.xls
In test1.xls sheet contain 3 colunm
1.Sr.No
2.Case Name
3.Validation case
In Sr.No contain serail number like 1,2,3,4,5,..... . so on.
In Case Name contain testcase name like case1,case2,cas e3,case4,case5. ...........so on.
In Validation case contain validate case like 3,5,2,4,4,3,4,1 ,3,4...so on.
In test2.xls sheet contain column
1.Sr.No
2.verification_ pt_1
3.verification_ pt_2
4.verification_ pt_3
In Sr.No contain serail number like 3,5,2,4,4,3,4,1 ,3,4...so on.
In verification_pt _1,verification _pt_2,verificat ion_pt_3 contain some validation data.
My validation here is when I read column "Validation case" from the test1.xls sheet it should move to another sheet named test2.xls sheet and point to Sr.No of test2.xls sheet.
Can anyone let me know how I can do this using perl sripting language?
Waiting for early reply.
I have to two xls file named test1.xls and test2.xls
In test1.xls sheet contain 3 colunm
1.Sr.No
2.Case Name
3.Validation case
In Sr.No contain serail number like 1,2,3,4,5,..... . so on.
In Case Name contain testcase name like case1,case2,cas e3,case4,case5. ...........so on.
In Validation case contain validate case like 3,5,2,4,4,3,4,1 ,3,4...so on.
In test2.xls sheet contain column
1.Sr.No
2.verification_ pt_1
3.verification_ pt_2
4.verification_ pt_3
In Sr.No contain serail number like 3,5,2,4,4,3,4,1 ,3,4...so on.
In verification_pt _1,verification _pt_2,verificat ion_pt_3 contain some validation data.
My validation here is when I read column "Validation case" from the test1.xls sheet it should move to another sheet named test2.xls sheet and point to Sr.No of test2.xls sheet.
Can anyone let me know how I can do this using perl sripting language?
Waiting for early reply.
Comment