how to retrieve native property value in runtime?
Answer Posted / prathyusha
we can Getroproperty("property")
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What purpose does ‘on error resume next’ serves?
How many types of procedures are available in the vbscript language?
create a form to accept username and password validate the username and password with using message box, display the corresponding user message
How will you reverse a string in vbscript?
What is the event handling in vbscript?
Mention the rules for using option explicit statement?
where can i learn VB scripint ?
How are values assigned to the variables in the vbscript language?
How will you get the largest subscript of an array in vbscript?
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
Explain the arrays in vb script?
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
How will you get a random number between 0 and 1 in vbscript?
What is loose binding? Why is it not a good practice to use it?
1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)