Answer Posted / rajeev
automation testing is cheked via tools and through
software..the application is processing smoothly required
by crs (customer requirement specifications).and checked all
verifications and validations for future implementations..
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
if there is a web table of having row and colmns.a button is placed at 2nd row's 3rd column which is worked for both edit and delete..how to write script for the button to test both operation on the web table using desriptive programing.. plz help me on script wheather using getroproperty Q2)what is the command for taking valiue from a web table in qtp
Can any suggest me what is exposure testing?
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..
give me an example where u used good judgement and logic in solving a problem
Write a script to customize the test results in PDF and HTML format.
What is the virtual object?
How to check which add-ins are associated with a test in qtp?
If object is not recognized by qtp but the object is standard object what is your approach?
how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?
How to find the path of folder in which the test is saved in qtp?
what is the difference betn QTP 8.0 AND PREVIOUS VERSION
write script for bitmap image?