Which operator is used to perform the comparison among 2 operands in the vbscript language?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between a dictionary and an array?
What is vbscript procedures?
1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)
What is wrong with the following code: <%afname="header.asp"%><!?#include file ="<%=afname%>"?>
How to write VB Script for selecting a particular row in a WebTable?
Is vbscript language a case-sensitive language and what does it mean?
How to write a general script which should does the following a). If a page object is given, it should identify the page object of the corresponding page(site). b). It should identify all the links of that particular page. in QTP tool?
2 Answers IBM, Infosys, Wipro,
Which operator is used to concatenate the 2 values in the vbscript language?
accept an email id & validate it .email id should not exceed 25 characters the mail id should contain 3 characters excluding domain name,@ and .(dot) the last 3 characters of the domain should be net,com or org
How to copy from one script to another script in qtp
Mention what is select case statement?
Explain the scope of the variables using dim, public, and private keywords respectively.