How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.
How regexp.execute method works?
what is the standards used for writing the script in QTP
I'm new to QTP, i facing a a problem in the script says"Object not found", "Browser("").page("").frame(Name:=fminfo).webtable(). the issue is, QTp is not able to identify the web table in run time.becuase in that fram"fminfo" there are "n"table and the table do not have the names,Html id. 1) i need to count the number webtables available on that page. 2)need to identify the webtable cell values. 3)How Loop the once i get the count and retrive the cell data of each webtable? Can anyone help on this, plz.. Thanks, Suresh
Hi I am having one folder with set of text files now i want to read and write that text files data into QTP. Any help plsss.
How to get the length of the string by making use of the string function?
How to delete a cookie using vbscript?
Input = 124 output should be 124421 Please do not use any string functions/variables
how to write code: to check whether the window of an Application Under Test exist or not . plz give with example
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
What is variant in vb script?
Explain about tristate constants?
a function that takes an integer array as an argument and returns the largest value in the array. Use the function in a program