Thanks a lot Rajiv... I just figured it out using regular expression and it is working fine.. just like u guidedme
what I want is that I want to capture run time order number in my data table... then want to configure the run time order number with the "Fax order No. " in Object repository.
I have summerised what I did below -:
1 > recorded test with login + insert order + fax + close
2 > went to "inser Order" line in expert view so that the correct flight booking window is highlighted in Active Screen.
3 > In active screen right clicked on "order number" box and selected " Insert Output Value"
4 > in object selection window "WinEdit : order num" > ok
5 > In output value property box.. selected text property... modify
6 > In Output Option window.. output type = datatable, Name = ord_num, location in data table = global
7 > Insert statement after currnet step.
My intension behind these steps was that the run time order number can be captured in data table under "ord_num" coloumn.
Now I want that this run time order numebr which is being captured under coloumn "ord_num' of datatable can be assigned to "Fax Order No." object in Object repository so that when I run the test, the run time order number gets configuured with "Fax Order No." in my object repository.
I guess I am trying to do it a complicated way.. but was just wondering possibly how this can be done
what I want is that I want to capture run time order number in my data table... then want to configure the run time order number with the "Fax order No. " in Object repository.
I have summerised what I did below -:
1 > recorded test with login + insert order + fax + close
2 > went to "inser Order" line in expert view so that the correct flight booking window is highlighted in Active Screen.
3 > In active screen right clicked on "order number" box and selected " Insert Output Value"
4 > in object selection window "WinEdit : order num" > ok
5 > In output value property box.. selected text property... modify
6 > In Output Option window.. output type = datatable, Name = ord_num, location in data table = global
7 > Insert statement after currnet step.
My intension behind these steps was that the run time order number can be captured in data table under "ord_num" coloumn.
Now I want that this run time order numebr which is being captured under coloumn "ord_num' of datatable can be assigned to "Fax Order No." object in Object repository so that when I run the test, the run time order number gets configuured with "Fax Order No." in my object repository.
I guess I am trying to do it a complicated way.. but was just wondering possibly how this can be done

