what is descriptive programming in QTP and what is environment variable in QTP? where we store and what is its use?
4 15883
how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me
What are class properties?
In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?
Which in-built function is used to format the number in the vbscript language?
Hello Guys, If any body looking for "worksoft certify tool training in bangalore", please contact me aimansaud@gmail.com
What are the rules to name variable in vbscript?
Which operator can be used to check if two numbers are equal or not in vbscript?
What is the output of a + b in vbscript if a = 5 and b = 10?
How can you destroy an object in vbscript?
Mention what is byref and byval parameters in vbscript?
What is the scope of a constant declared using public?
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?
What is select case statement?
I have an excel sheet with multiple ID's in a column. Now i need fetch those ID's in an application and check whether if it already exist in the DB. If not then i have to go with the process of inserting them in the DB. If it exists then i need to skip that ID and move to the next ID and check the same and proceed. How can i do that with for loop and if condition?
What is loose binding? Why is it not a good practice to use it?