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 |
How can we see the analog recording steps in QTP..the Steps are stored in a track file with an extension .dat..how can we open the file..
How to display the first 3 letters in these "ABCDEFGH" using qtp script?
What type of automation frame work you are using?and why?
What the differences are and best practical application of each.
qtp script for recording and running the application.need script for short cut keys like f3,f4 etc.how to write script for recording?
How does Parameterization and Data-Driving relate to each other in QTP?
What is quick test pro? What is a quick test professional?
what is regular expression how will you implement it?
write is the code for regular expression in QTP
Does QTP run in any environment?
Explain the terms test and business component?
How to handle Dynamic Arrays?