#1.
set obj = Description.Create
obj("micclass").value = "WebCheckBox"
set objChecks = Browser("B").Page("P).WebTable("W").childobjects(obj)
for i=0 to objChecks.count-1On Tuesday, January 17, 2017 at 8:20:28 PM UTC+5:30, Mv Krishna wrote: > > Hi to all.. > > Any one help me for the below questions in QTP/UFT > > 1.Suppose there are 10 check boxes in webtable , in that i want to set ON > 1,3,7 check boxes Then how can we write a script ? > > 2. How to read a alternate lines from a text file using vb script ? > > 3. what are the challenges you have faced in automation and how you > resolved it ? > > 4.How to read a specific line in a text file ? > > 5. Suppose there is a web list and get the items from the weblist and > arrange them in Alpahbetical order. Weblist contains Hyderabad , Banglore , > mumbail , delhi ,kukatpally > > 6 suppose variable = "KRISHNA" and how can you write each character in new > line like > > K > R > I > S > H > N > A > 7. you have used synchronization to make the tool to wait but still > element is not loaded with in the synchronization time ,then what you do to > prevent the error ? > > 8. purpose of object repository merge tool ? > > 9. In keyword driven frame work which key words u have used > > > Any one please feel free to give replay for the above questions and my > mail id is *[email protected] <javascript:>* > > > -- -- You received this message because you are subscribed to the Google "QTP - HP Quick Test Professional - Automated Software Testing" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/MercuryQTP?hl=en --- You received this message because you are subscribed to the Google Groups "QTP - HP Quick Test Professional - Automated Software Testing" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
