How to find the font in qtp.
Scenario:After entering the username and passwd you will be
navigate into the "welcome:Username" page.Now I want to
extarct font for this message.
No Answer is Posted For this Question
Be the First to Post Answer
How many data types are supported in Vbscript?
What is vbscript language used for and which earlier language is it modeled upon?
Input = 124 output should be 124421 Please do not use any string functions/variables
What is the use of the recordset object and which statement is used to create such an object?
hai all.iam chandu..please let me know how to test a link in QTP when it is changing at run time..and what property we should take while we r using descriptive programming for a link..
How to check the particular window is exist or not with out using check points
Mention what is the technology used by vb script?
Hi, Anybody could tell me What is the script for Reverse of Given number. Ex:236--632. Thanks in Advance..
I want to count the total no of links present in yahoo home page. The script like Set fileSysObject=createobject("Scripting.FileSystemObject") Set linksFileName=fileSysObject.opentextfile("D:\samplelinkfile.txt",2,true) Set linkDescObj=description.Create linkDescObj("micclass").value="Link" Set noOfLinks=browser("yahoo").Page("Yahoo!India").ChildObjects(linkDescObj) For i=0 to noOfLinks.count-1 linkName=noOfLinks(i).getROProperty("name") linksFileName.writeline(linkName) Next linksFileName.close Set fileSysObject=nothing But while running the script it is fail (the object not present in the object repository).How to overcome please tell me the detail steps...for QTP9.30
How will you get the largest subscript of an array in vbscript?
reverse the string without using reverse string?
How are values assigned to the variables in the vbscript language?