Hi Suman , you no need to worry about Main frame application Testing using QTP 1)you need TE Addins installed 2)open humming bird or Mainframe application and record . 3) you can only record up to(for Ex: browser,page , Web Edit after what you want to enter just here everything Stat with TEWindow .TEScreen after you just put your mouse and where you want to enter right corner of the window thew will be x,y cordinates like clo no and row number ,just put the cursor and write click (4,3)like you will get
On 3/28/11, nik <[email protected]> wrote: > Hi Suman, > > I am giving you some code, understand it, if you want to some more or > u have any query u can ask me, > > TeWindow("TeWindow").TeTextScreen("TeTextScreen").ClickPosition 4, > 5 ' this step will click on desired position > TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type "guys" + > micReturn ' this step will type data > > > Thanks > Nikhil Gangwar > > [email protected] > > > > > On Mar 26, 10:35 pm, suman ch <[email protected]> wrote: >> Hi Friends, >> >> I am very new to mainframe testing, but I have 4 years of exp in QTP. >> I want to know how and what we can automate in mainframes using qtp >> and what are the settings has to be made in QTP. >> >> If possible please provide some document or sample codes regarding the >> same. >> >> Regards, >> Suman >> 9849099488 > > -- > 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 "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
