Hi, I am fairly new to coding. I am trying a very simple scenario but it's not working so need your assistance.
My scenario is i am on Pre-Login page which contain 3 fields Id, Password & Submit respectively. Now i want to fill ID via coded step. The code which i write is
object myid = GetExtractedValue("Username");
string myid = "rahul.pathak@bcdme.com";
SetExtractedValue ("Username", myid);
My expected result is if i run till this step. ID will be filled by itself. Instead i am getting "Build Failed".