what r the arguments in imagecheck in loadrunner vugenerator?
Answer Posted / chandru
int web_image_check(const char *CheckName, <List of
Attributes>, <"Alt=alt"|| "Src=src">, LAST );
object An expression evaluating to an object of type
WebApi. Usually web for Java and Visual Basic. See also
Function and Constant Prefixes.
CheckName The name of the image check, as it appears in
the test tree.
List of Attributes Supported Attribute:
Frame
Supported Options:
Options are similar to attributes, but some of them allow
only a pre–defined set of values. All other values are
illegal.
The allowed options are:
expect, matchcase, repeat, report, onfailure
Alt Checks for the ALT tag of the image. Empty Alt strings
are illegal.
Src Checks for the SRC tag of the image. Empty Src strings
are illegal.
LAST A marker that indicates the end of the field list.
web_image_check("Go2Venus", "Alt=Venus", LAST);
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the different sections of the script? In what sequence do these sections run?
What would be your recommendation to improve performance measure?
How can we recording vuser scripts using vugen?
What is report viewer?
What is vuser-end section?
Difference b/w 9.1 and 9.5 Versions in LoadRunner?
Hi can anyone help with projects using load runner. I learnt loadrunner but don't have a hands on experience on it.. it will be very much helpful if some can help me up with a project. can email me: priya.joslic@gmail.com
Can anyone please mention what are the common errors that we can see while replaying the Vugen script and also while running the controller scneraio and How to handle them with a few examples. This will be greatly helpful.
Which web protocol recording level generates the web_submit_form function?
What is the number of graphs you can monitor using controller at a time? What is the max of them?
What is vuser-init section?
What is transaction performance graph?
When the loadrunner controller open the winrunner file then what is the location of the winner configuration file?
What is the difference in running the vuser as a process and as a thread? Which is more advantageous way of running vuser?
How do you enable text and image checks in vugen?