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


Please Help Members By Posting Answers For Below Questions

How do you identify which values need to be correlated in the script? Give an example.

732


What is the advantage of running vuser as a process than a thread?

873


How is automated correlation configured?

787


What is transaction per second graph(pass)?

896


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?

781


What is the advantage of using loadrunner?

797


When you initialize the vuser what happen?

896


What is loadrunner agent?

908


How we tested remote servers if client is installed in another place

1950


What the host attributes determine?

821


What are the element in the loadrunner controller?

821


What is lr-function?

932


What do you mean by initialization of quota?

829


How can correlation be performed?

783


What is a correlation? Explain the difference between automatic correlation and manual correlation?

846