How to write test cases for web applications using QTP.plz
write a sample test case to show how to write.urgently
needed.thanks in advance..
Answers were Sorted based on User's Feedback
Answer / guest
We develop Test Scripts in QTP not Test Cases...
we use web addin to develop web application scripts in QTP.
TestCase: Testcase is nothing but an idea of test engineer.
by using the requirements document preparing the test cases
to cover all the requirements on application.
We can write testcases in QC and then we can convert them
into QTP Scripts. But, without QC we can't write testcases
directly into QTP.
QTP is an automation tool to develop tests for regression
testing and retesting. not to write testcases.
They'll ask you people to make confuse about question and
expecting correct answer.
Please go throw with both manual and automation concepts.
| Is This Answer Correct ? | 21 Yes | 4 No |
Answer / yedukondalu manam
systemutil.run""C:\Program Files\Internet Explorer\iexplore.exe"
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / thushar
Browser("micClass:=Browser").Page("micClass:=Page").WebEdit
("name:=property").action
This is a sample of how you can write a a test script for a
web application.
| Is This Answer Correct ? | 8 Yes | 23 No |
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
what are the difference ways of parameterising?
How to use the object spy in quicktest professional (qtp) 8.0 version?
How you are developing the script? Using record and play back or manual?
How to export data present in Datatable to an ".xls" file?
what is the Vbscript to connect Database
How do I get the QTP scripts result in xml format by using vb script function?
Why script error occur in between recording in qtp?
In project module it contains 3-ok buttons with same properties who qtp identify its objects while runing ??
take one example and write vbscript on one web application in qtp? explian descriptive programe with one example?
does automation replace manual testing?
My Application is a client server application , but there is one functionality , when we click on one particular icon it launches web browser . When I am recording in QTP , By select approprait web add in also , it not able to record in web page , I am able to record till click on the icon. Please provide me how to over come this type of problem.