Votes
Answers
Views
Question
7
1
118
Value of a String Variable [char *Variable] is found to be corrupted after web_reg_save function call is made. If a statement lr_output_message("Value: %s",lr_eval_string(Variable )); is written before the web_reg_save/ex code block,the actual value of the variable is printed in the output. ...
1
2
141
asked 10 years ago by kaptainkayoss
updated 10 years ago by ajujayapal
I'm using UFT 12.01. I have an innertext property value of a bunch of values in a list, but they don't have a delimeter like a comma or anything to work with. Is there any way I can extract these values without a commma delimeter? I'm pulling it from a GetROProperty and storing it in a variable like...
11
2
43
asked 12 years ago by fuzzy-davis
updated 12 years ago by sammyh
Not sure why this is happening. Our QC instance, for all users, is displaying an email envelope icon next to the user defined string fields. Any ideas??
2
1
89
asked 12 years ago by Iama_mess
updated 12 years ago by DavidMofOSI
I have an 18 character string that I need to split into two. The first 8 characters will go in one string, the remaining 10 into another string. I can pull out the first 8 characters no problem with the strcpy function. It's the remaining 10 that is giving me problems. From everything I've g...
12
3
162
asked 16 years ago by The Danny
updated 6 years ago by steve-antonoff
Category:
Load/Performance Testing
I am using LR and in my script, trying to determine which option is selected in a drop down list. I need a function to search a string for left and right boundaries, similar to other LR built in functions. I just need the function to search inside a string though, not inside the entire HTTP response...