Forum Discussion

Kshirod174's avatar
Kshirod174
New Contributor
4 years ago
Solved

String concatenation using Keyword testing method.

I need to get a data from web application and concate the same data in between an existing string.

I am doing this only in keyword testing way.

Can somebody please suggest me some idea to do this.

 

3 Replies

    • tristaanogre's avatar
      tristaanogre
      Esteemed Contributor

      To add to Marsha_R , you can also, when using things like the Keys command if you're entering data, you can use a "Code expression" to concatenate the strings using the syntax of the code.  For example, if I have a variable "string1" and a variable "string2", I can concatentate in the Code Expression using

       

      string1 + string2
      • sonya_m's avatar
        sonya_m
        SmartBear Alumni (Retired)

        Great suggestions, thank you Community Heroes🙂

         

        Kshirod174 Did this solve your issue? Please mark the best reply as a Solution!