which checkpoint we use to validate yahoo login screen
window after login with ur id and password in qtp
Answer Posted / muralikri
Page Check point OR Table Check point
Please correct me if i am wrong
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is Port testing. Whhen will you perform?
Object repositories types, which and when to use?
How to integrate the qualitycenter with qtp
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
How will you find the current time of the remote machine using QTP script?
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
What is method name to compare two XML files.
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
How to capture a window in QTP?
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
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
How to connect to a database?
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
any body can you help me what is the script to automate an comand promt
How to use parameterization in qtp?