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.
Answers were Sorted based on User's Feedback
Answer / sunil reddy
Actaully One important thing to be remember that automating
GUI is POOR Testing Techniwue
Just go through topics like
What to be automated and what not to be automated
We can generate the script if we have the protype of GUI]
But GUI always changes
It is possible but I feel Vety difficulty
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / arunsingh
Yes, We can do like that.
But there is a prolem in recognizing the objects.
It is very difficult to write script in note pad.
For generating the script Use the QTP.
For executing the script Use VB
It is possible.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kamala
with testing tool ,i think through manual testing. it's
time expensive job.in GUI we have to check again and again
though manual.
other wise through proto type test scripts..,in
vb scripting in QTP.....
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rafi
about my knowledge it is impossible if possible send me
reply
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sesha reddy
i read all the answers posted here but can't u nderstad
wat u r telling give the clarity of ths please.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sesha reddy
i read all the answers posted here but can't u nderstad
wat u r telling give the clarity of ths please.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rajaputra
To write the script, QTP is required.(TO know the object
properties)
For executing the script, QTP is not required.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / shiv raj
Hi Without using any Automation tool it possiable to create
test script in VB or C++ or VC ++ but it is very time takan
process. As Automation tool get the object Property it self
we no need to write any 'code for that but by writing the
code we need to identify the property of each object it
require a sound knowleg of Developement.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is User defined function in QTP
I have a tool bar where 5 different buttons are placed, but these buttons are not traceable hence i have created a virtual object on save button of this toolbar. Now pls tell me how to use this virtual object while write script.
how to get the object count ?????????
What is the meaning Work bench?
MANUAL TESTING, AUTOMATION TESTING QTP,QC , Load Runner , SELNEIUM ONLINE TRAINING
Where to use function or action?
If I want to run more than one test (With different functionality) with in one script, then what i do? plz. explain with any example.
What are the Features & Benefits of Quick Test Pro ?
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.
Hello, I am working on automating unix application using QTP via terminal emulator.Recording and playback works as i execute my test case. I need to parameterise my data now. Steps to be followed 1. go to the application TeWindow("TeWindow").Window("Connect").WinButton ("Connect").Click 2. Make a transaction to an account I am able to make transaction one at a time (one person when i run the script) and the script is as below and works fine. TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "./4ee.sh" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "a21100002" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "tcccc" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "test" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micF1 TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type "6" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micF1 TeWindow("TeWindow").TeTextScreen ("TeTextScreen").Type "xexit" TeWindow("TeWindow").TeTextScreen("TeTextScreen").Type micReturn TeWindow("TeWindow").TeTextScreen("TeTextScreen").Sync 3. Now i need to Make a transaction to the account for the list of people available from data table. How do i do this? Please let me know if you can Thanks, Chaya
What is qtpro? What is a quick test professional?
What is synchronization? What are the ways you can synchronize?