In QTP while testing 3 tier application, It is Java Based
Application developed using Java, servelets and JDBC etc...
and It is a Web based Application.. which Add-In do we need
to select while testing ...Java or Web Add-In
Answer Posted / rammy
Yes, Rajender is right, When we are workign with Web
applications, Web-Add-in is enough,
Java or .net addins are required, if we are working with
Client Server applications
Thanks
Rammy
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
any body can you help me what is the script to automate an comand promt
Which environments are supported by hp qtp?
How to analyzing the checpoint results?
What are the advantages of qtp?
Define Environment Variable in UFT and its uses?
how to explain a claims and insurance project?
what is the hierarchy to use properties in descriptive programming
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
write a script to verify the image path(src property) of the images which are in web pages.
i have to login into gmail loginpage i have to pass testcase into userid and password by using functions. the test case of user id is it should take only lowerletters alphabetin between 4 to 6 length.it should not take spectial letters.it should not take numbers.testcase for password is it should take numbers and it should not take alphabets note the following things must happen 1 when i give correct password and userid that password and userid should be seen in QTP result and notepad,xl sheet 2 when i gave in valid password the system willgive message please give valid password that particular messaage should be seen in QTP result,norepa and xl sheet
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
1.Write a CRITICAL test cases for calculator ? 2.What is the difference b/w FRS and SRS documents ? 3.What is Component ? 4.What is object ? 5.what is the difference b/w static and dynamic descriptive programming ?
How do you check ticket cost and ticket number in flight application?
What are parameterizing tests?
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?