How to get item names for scripts?
If so Do I have make a keyword record before every load test ? Please help.
The example in the help is like that; where these Item names come from ?
request2 = HTTPTask.Connection(0).Request(2);
request2.URLVariables.Item("firstname") = Orders[0];
request2.URLVariables.Item("lastname") = Orders[1];
request2.URLVariables.Item("cardname") = Orders[2];
request2.URLVariables.Item("cardnumber") = Orders[3];
I think maybe I can get something from keyword
Keyword test has some records like this
...formAspnetform.panelLoginPageBody.panelLoginMainWrapper.panelLoginLeftImage.panelLoginRightWrapper.panelLoginpanelcontainer.panelCtl00Pagecontent2Loginpanel.table.cell.table.cell.panelLoginBoxWrapper.panelInputRightPart.textboxCtl00Pagecontent2Username
and I think the needed name is User name here and another name
....formAspnetform.panelLoginPageBody.panelLoginMainWrapper.panelLoginLeftImage.panelLoginRightWrapper.panelLoginpanelcontainer.panelCtl00Pagecontent2Loginpanel.table.cell.table.cell1.panelLoginBoxWrapper.panelInputRightPart.passwordboxCtl00Pagecontent2Pass
so are the needed names are Username and Pass ? Are there standart for these web item names.