what the diffference between test data and test cases
what is meant by object hierarchy in qtp
Answer Posted / raghu
testdata is dataprovided to execute the test case...whereas
test case is a criteria to execute the scriprt.
Object hierarchy is the path to find out in which window of
appliction the object is present.
If something wrong pls let me know -
test_professional7@yahoo.com
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
Explain the difference between data driven testing and parameterization ?
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
Name the properties you would use for identifying a browser and page when using descriptive programming?
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing
• What type of testing questions will be asked for 2+ yrs exp people in interview?
in my application,validation message has in japanise language.how to validate this message is appears properly or not
Explain the features of quick test pro(qtp)?
suppose i login into gmail page after that i read all the messages (say 10 messages) i have to send (SAVE) the messages in Html,notepad and i have to replay(Compose) send the messages please give me the code and give mail id so that i can clear my question
What are the different recording modes?
When ‘option explicit’ keyword is used in qtp?
How qtp identifies objects?
Name the different types of recording modes?
What are the challenges you faced during you entire life automation ?