What is wrong with the following code:
<%afname="header.asp"%><!?#include file ="<%=afname%>"?>
Will not work because ASP executes the #include directive
before it assigns a value to the variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which data type/types are supported by vbscript language and what are their specialties?
how to write code: to check whether the window of an Application Under Test exist or not . plz give with example
In our application qtp unable to indentify the menu items,we tried number of times to add objetcs into object repository but fail. through normal recording mode only objects going to add into repository but while running same recording script qtp showing a error like " unable to indentify the object". in repository there is no any properties and pro values for that object and also i tried with virtual object config also unable to find the object in application and in repository. Then what i have to do to identify menu objects????? can anybody hell me pls..............
How to pass the parameter from one function to another function in VB Scripting?
this q asked in applabs, q is: QTP should open google.com page and enter "qtp" in one edit(search) box and click search and should open google.com again and enter "job" in edit(search) box and click on search. I tried this but getting error "Edit(search) box matches more than one object", could anyone this question plz..
Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.
Consider there are objects in a webapp which are identified by QTP. Suppose you know only the logical name of a object(absolutely nothing else about it). Which approach will you take to find the "micClass" of the object(You can't use Object Spy, or can't add the object in repository)?
what is the use of QCUtil? explain with one example?
wht must be the interview question on corinthian information technology solutions incorporated.
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?
How are comments handled in the vbscript language?
What is a class in CSS?