Hi Friends...this is surendra..recently i joined automation
team ...Please send me some documents regarding VB
script ...and where can i learn VB script...
This is My mail id: surendra.mamilla@gmail.com... please
send to my mail....
Thanx in advance
surendra.
i m fresher iwant to know about testing what is the scope of
testing field.i m aware in manual testing shall i go to
automatiuon testinh directly or if any work experinc in
manual testinh then only i go to manually automation testing.
62
I want to do Certification course in QTP. For this I
request you to suggest the best Tutorial in PDF format.
Hence, if possible, kinldy mail PDF file to my mail-ID:
sushmapokhriyal79@gmail.com
90
can the activities of test case design be automated?
99
what QTP Options do you know?
93
what are the frame work models of qtp?which frame work you
follow in your company?and explain it process?
What are the methods of the TextStream object that are used
for reading from a text file?
90
Hi Frenz...
I would like to take up the QTP certification . Can anyone
tell me what is the procedure. n if anybody have the study
materials pls fwd it to jkpunathil@gmail.com
76
In QTP, What is Global action and Local action?
20
how to retreive the xml file data through qtp.can anybody
send script for this..
Hi All,
I have QTP installed on my machine but the application
under test (AUT) is on remote desktop.My scenarios is like
that,it should contain following steps.
1)Automatically it should click on start and then on remote
desktop connection.
2)it should enter the IP address and then connect to remote
desktop.
3)and then it should be able to record the application in
remote machine and then run it also.
Can somebody tell me how to record the application which is
in remote machine.
44
can any body plz help by sending the qtp docs and qtp ppt's?
this is my mail id:murali.padeti@gmail.com
160
how to find that tools work well with ur existing system?
75
Can we access the java methods in qtp. Because my
requirement is to access the swt(for eclipse an it is java
code) methods in qtp is it possible?
163
I've some problem in Descriptive programming plz help me.
I've written in a click event code in Functional library
when I run this flight reservation program It is not run.
How to I write multiple click event in functional library.
My program is this. I have associate an action with
functional library.
Public Function ClickButton(byval ApplicationName, byval
WindowName, byval ObjectName, byref Comments) If
Dialog("text:=" &WindowName).WinButton("text:="
&ObjectName).Exist Then
Dialog("text:=" &WindowName).Activate
Dialog("text:=" &WindowName).WinButton("text:="
&ObjectName).Click
Elseif Window("text:="&ApplicationName).WinButton("text:="
&ObjectName).Exist Then
Window("text:=" &ApplicationName).Activate
Window("text:=" &ApplicationName).WinButton("text:="
&ObjectName).Click
End if
End Function