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 |
how will we run batch tests in qtp what is the process to run the multiple test sets?
how can we know the program is testing by multiple test data in data driven frame work?
Explain the difference between data driven testing and parameterization ?
What type of framework you are using in your company and explain it?
How we test web based application by using QTP
How we can do Batch testing in QTP?
Waht is Test Report , What it consists?
How to parameterize Object Repository?
I have 5 save buttons in my application on 5 different tabs one after the another . I have spy them and added each of them in my OR. My Or is able to highlight each button on each of the 5 tabs. But when I run the script it does not click the object.Is there anything I have to edit in OR. Any property to add or delete? Below are the properties of 5 save buttons. My code for each is like browser().page().savebutton1.click Browser().page.savebutton2.click Properties of 5 buttons Dhopare, Namita Sent: September 2, 2015 2:57 PM To: Vullengala, Jagadeeshchandra "Class Name:=WebButton", "abs_x:=718", "abs_y:=693", "class:=Button", "disabled:=0", "height:=22", "html id:=btnSaveTab1", "html tag:=INPUT", "innerhtml:=", "innertext:=", "name:=Save", "outerhtml:=<input id=""btnSaveTab1"" class=""Button"" onclick=""document.getElementById('a1').click();"" name=""btnSaveTab1"" value=""Save"" type=""button"">", "outertext:=", "type:=button", "value:=Save", "visible:=True", "width:=41", "x:=718", "y:=616" "Class Name:=WebButton", "abs_x:=687", "abs_y:=571", "class:=Button", "disabled:=0", "height:=22", "html id:=btnSave", "html tag:=INPUT", "innerhtml:=", "innertext:=", "name:=Save", "outerhtml:=<input id=""btnSave"" class=""Button"" onclick=""document.getElementById('a2').click();"" value=""Save"" type=""button"">", "outertext:=", "type:=button", "value:=Save", "visible:=True", "width:=40", "x:=687", "y:=494" "Class Name:=WebButton", "abs_x:=635", "abs_y:=478", "class:=Button", "disabled:=0", "height:=23", "html id:=", "html tag:=INPUT", "innerhtml:=", "innertext:=", "name:=Save", "outerhtml:=<input class=""Button"" onclick=""document.getElementById('a3').click();"" value=""Save"" type=""button"">", "outertext:=", "type:=button", "value:=Save", "visible:=True", "width:=41", "x:=635", "y:=401" "Class Name:=WebButton", "abs_x:=695", "abs_y:=558", "class:=Button", "disabled:=0", "height:=22", "html id:=BtnExternalPartySve", "html tag:=INPUT", "innerhtml:=", "innertext:=", "name:=Save", "outerhtml:=<input id=""BtnExternalPartySve"" class=""Button"" onclick=""document.getElementById('a4').click();"" value=""Save"" type=""button"">", "outertext:=", "type:=button", "value:=Save", "visible:=True", "width:=41", "x:=695", "y:=481" "Class Name:=WebButton", "abs_x:=672", "abs_y:=642", "class:=Button", "disabled:=0", "height:=22", "html id:=", "html tag:=INPUT", "innerhtml:=", "innertext:=", "name:=Save", "outerhtml:=<input class=""Button"" onclick=""document.getElementById('a5').click();"" value=""Save"" type=""button"">", "outertext:=", "type:=button", "value:=Save", "visible:=True", "width:=40", "x:=672", "y:=565" Previous Item Next Item Connected to Microsoft Exchange
How many types of status are there?
anyone can explain the following concepts. 1.diff b/w Linear and modular framework 2.diff b/w keyword and hybrid framework
What is test object model in quicktest professional (qtp)?