Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?
No Answer is Posted For this Question
Be the First to Post Answer
How do you declare a variable in vbscript?
Which operator can be used to check if two numbers are equal or not in vbscript?
how to display all the links in one page using vb script in qtp.
1 Answers DST Global Solutions,
Explain sga memory structures?
how to delete folder test3,test4 and test5 using vbscript?
if there is any string in a given format like as "company name employeecode date" then we have to fetch employeecode form string for ex-string is "capgemini12345june2013" then we have to fetch 12345 by using vb script so guys how can we do that please reply it.
What are string functions in vbscript?
how to find greatest of n numbers!
Why do we use Option Explicit?
Could Anybody Please tell me What is the script for Find 3rd Largest element in the Array without using a SORT function int Find(int arr[], int size); Thanks in Advance..
how to retrieve native property value in runtime?
Set srchobj=Description.Create() srchobj("type").value="text" srchobj("name").value="q" srchobj("html tag").value="input" browser("micclass:=google").Page("micclass:=google").webedit (srchobj).Set "qtp" what's wrong in my code pls tell me ? the above code working fine and i got my result pass,now i am trying to run the program it shows general run time error why?pls help me i am in learning stage ?