Write a Script for ATM in QTP
No Answer is Posted For this Question
Be the First to Post Answer
Input = 124 output should be 124421 Please do not use any string functions/variables
What is the use of the date function in the vbscript language?
Explain the asc function?
How can you fetch the value of a cookie?
. Program for sorting of numbers in vb script?
How to assign a date value to a variable?
How to access array data?
Explain the functionality of vbscript?
write generic functions for webapplication?like generic function for webedit generic function for webbutton generic function for links
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)?
i have developed the below QTP script to count the no of items available in the web list "Select a product" in www.bankrate.com and also want to print what are the items??? can any one help me to rectify the below script??? SystemUtil.Run "iexplore.exe","www.bankrate.com" a=Browser("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").page("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").Weblist("name:=select").GetTOProperty("items count") msgbox a Dim List() ReDim List(a-1) For i = 1 To a List(i-1)=Browser("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").page ("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").Weblist("name:=select").GetItem(i) Print List(i-1) Next
Out of the different type of operators, which are evaluated first and last in the vbscript language?