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 to call .vbs funtion , Library files in QTP? plz Explain indetail(chandana)
Do you have any knowledge about Business Processing Testing in QTP
how to count the word "IS" is repeated in the application using DP
3 Answers DST Global Solutions,
In qtp is it possible to check broken links of a page?
what is Compile Module in QTP? what exactly it contains Functions or Actions?
How to find the OS name by using QTP script?
How to create an Action Template?
what are the limitations of smart identification in qtp 9.0
What is synchronization point in QTP?
Ex : some mail name with surname Email id's there that is string fetch the particular surname only how to get particular surname all emails
My company has recently started using Ajax for building UI and QTP is nor recognizing the drop down list for selection.It recognises it as a general Web Element or Web Table. I have added individual selections from the drop down as web Table. It works as long as the page is not refreshed. I need some help and inputs as to how to make QTP recognise a drop down list for selection. Any help will be appreciated.
how will u do database testing in qtp? how will u do the same with descriptive programming?