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 |
how do u handle an object without name using QTP 9.2?
What is standalone database?
how can we retrieve ten rows from the data table using loop concept?
How to use checkpoints in qtp ?
What is accessibility check point?
Describe how Smart Identification is used
Without QTP (or any Testing tool) can we able to test the GUI part of the Applications. for Example generating the Scripts in Notepad and Executing them Using VB. Is it Possible to do so.. Correct me if iam wrong some where.
What are the types of Object Repository’s in QTP?
how u track bugs using Test director in manual testing.
what is main diff of qtp8.2 and qtp9.0?
What is difference between WR and QTP?
Explain different type of event trigger option.