How do i relate the checkbox properties with webelement
when checkbox properties are changing on every login to the
application
Answer / tvs ramakrishna chowdary
we can solve this by using regular expression and setto pro
perty method
------------------------------------------------------------
1)by or
-------
1)go to or
2)select webcheckbox object
3)goto object properties pane
4)select the name property
5)in the value portion click 'configure value' buttton
6)replace constant with *.*
7)selct check box Regular expression ON
8)click ok
9)close or
10)now u run ur script
2nd way
----------
' by using setto property method we can change the property
value dynamically as follows....
newval=oh.link("linkname").getroproperty("name")
objectheirarchy.link("link name").setto
property "name","newval"
'here first we r getting dynamic changing link object
pro "name" by getro prop in to the variable...
'then we are make using that variable to set into or
| Is This Answer Correct ? | 3 Yes | 1 No |
1. What is diffrence between Analog Recording And Lomlevel Recording ?
Explain script generated at the time of setting runtime property?
What is object & properties (in QTP)
how to call a funtion in a script? i have saved the login scipt in notepad. with extension .vbs. But when i am calling the function with the keyword CALL <Function Name>. its not working out. can any one give me a clue how to call the external functions. with example.
How to do Batch run in qtp? provide the steps?
Write the code for select the 5 values from drop down list. drop down list having the 10 values.
Is it possible to change the values of analog recording?
What are objects? how do you select the unknow object?
In QTP while testing 3 tier application, It is Java Based Application developed using Java, servelets and JDBC etc... and It is a Web based Application.. which Add-In do we need to select while testing ...Java or Web Add-In
what is the mail use of frame work(with detail). architecture for keyword driven frame work
What the differences are and best practical application of each.
What is an other way of "Wait" statement in QTP I dont want to use wait("Some number"). Can any one tell this please..........