My Salary is 65000. How Much TDS I have to pay
No Answer is Posted For this Question
Be the First to Post Answer
write a vb script to display factorial of a number using function
what is the purpose of the Reporter.ReportEvent in QTP and also please give the brief description about Reporter.ReportEvent ?
How to Import data from a file (file is on the desktop) to the data table
What is the differene between QTP 8.2 and QTP 9.0 and QTP 9.1,Pls give me answer ASAP.
which one is more secure vb script or java script ??????? or both are same ??????
Explain the scope of the variables using dim, public, and private keywords respectively.
How will you trim the spaces on the left of a string using vbscript?
what do you mean .ota mobile format
am giving to one number u can set into that in date format.u can use any methods
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
What is Querystring collection?
Is VB Script Case sensitive or Case insensitive?