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 |
In order to select an automation tool for automating ur application, what r the things u need to consider? For eg i will go for automation; 1) When there is a lot of retesting and regression testing. 2) Return on investments. 3) Whether the tool supports the appln. 4)--------------, etc. Pls give me more number of points because my answer did not satisfy the interviewer. Very urgent pls
While writing script using For Next Statement in QTP, I try defining the variable in Lib File I am getting syntax error whereas if I use the variable in script file, the script works fine. Can anyone help me in finding the reason behind this?. E:g Dim intStartRow (Define in Lib File----- say abc.vbs) Dim intRow (If I define this variable in Lib file I am getting Syntax error where as if I define in the script file ---- say xyz.mts the script works fine) IntStartRow=2 For intRow = intStartRow to xlWrksht.UsedRange.Rows.Count ‘Some Code here Next
I m trying to automate one vb desktop application in that there is vblist vbcombobox many other vb tools are there ,when i m trying to find some unique property to identify the object (take example of vbcombobox ) I cannot find any unique property, all the combobox belong to same nativeclass same name no ids are available ,only the distinct property is there x and y coordinates so i m using some code like this "vbbutton "nativeclass:=ThunderRT6CommandButton","x:=304","y :=443").exist(2)" but i dont find them reliable .Can anyone suggest me some other way to identify those objects with some unique property or is there any way to register our own property .I m using descriptive programming to write the code .Thanks in advance
What is checking bitmaps?
What is the difference between link and hyperlink?
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.
How will you handle java tree in qtp?
what version of test director supports the QTP? does testdirector supports the QTP9.0?
what are pretesting activities
I need Major Help with a Script I recorded in QTP 9.5. I am recording scripts for a Web-based application(s) I have all the URLs for each application in Excel spreadhsheet so that QTP can pull that particular application from the spreadsheet and run it. The problem is QTP isn't recognizing one particular URL so when I hit run in QTP to run this script it opens the internet Explorer but isn't open the URL I have in the Excel spreadsheet. I've retyped the URL and still QTP won't open this Particular one for some reason. The site its self is working fine but for whatever reason QTP won't open it. How do I resolve this? I have a deadline of next Friday the 7th to complete this task so please help me in any way you can. Thanks in advance
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
how to open Excel sheet & write in it & save it?