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
How do you identify which values need to be correlated in the script? Give an example.
What is the advantage of running vuser as a process than a thread?
How is automated correlation configured?
What is transaction per second graph(pass)?
You want to have each step in your script measured as a transaction in the controller and not shown in the replay log in vugen. How can you accomplish this?
What is the advantage of using loadrunner?
When you initialize the vuser what happen?
What is loadrunner agent?
How we tested remote servers if client is installed in another place
What the host attributes determine?
What are the element in the loadrunner controller?
What is lr-function?
What do you mean by initialization of quota?
How can correlation be performed?
What is a correlation? Explain the difference between automatic correlation and manual correlation?