Explain about the extension .hta?
No Answer is Posted For this Question
Be the First to Post Answer
i created script for login in QTP,i parametirized that using global sheet,problem i am facing is first i want to login with first values provided in excelsheet and want to perform some operation,second time if call same action it should login with second values in excelsheet
what is used of Property........End Property loop ? how to write the script for it?
how to retrieve native property value in runtime?
what does create object actually do when you call it in vbscript?
How to create a function in vbscript?
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.
we executed QTP scripts in one browser(i.e IN)same scripts is working on another browsers or not (i.e mean netscap,m azol..like )
How to create a cookie using vbscript?
1)How to test whether items in a weblist are in alphabetical order or not?
How can we return a value from User Defined Function ? For Eg. we have 2 functions. In Fun1 i am getting 2 values (a,b) and i am addding those 2 and storing in to another var (c). Now i want to pass that var(c) to another function (fun2). What will be the script?
Which loop is used in case of arrays in the vbscript language?
What is the scope of a constant declared using public?