how u will evaluate the tool for test automation?
No Answer is Posted For this Question
Be the First to Post Answer
WHAT IS PARAMITARIZATION?
What is the extension of 'Log file' in QTP
if i want to check text on the status bar how to test is i need the report also after getting the result weather it is matched or not?
Did you use flatfiles in your projects?At what situation you used it?How can you upload flatfiles?
How we will execute(run) the scripts in qtp 8.2?
How to database testing by manualy?in my db having 100 records when i am retriving the data from db it shows in frent end 30 records how to find bug using QTP?plz Exp realtimers (Chandana)
what is the script for keyword driven framework in real time?plz its urgent
do you prepared framework,pls answer this
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
If I change the property value at runtime is it effect is object repository?
Hi, I got some difficulties in automating a web check box in a peoplesoft application. Let me explain the scenario, When clicked on a look up button in the application, it navigates to a new page with check boxes and respective options. Below is the source code for one check box and its option. <input type='checkbox' name='H1AU_BUNDLE_WRK_H1AU_SELECT_CH$2' id='H1AU_BUNDLE_WRK_H1AU_SELECT_CH$2' tabindex='34' value="Y" onclick="this.form.H1AU_BUNDLE_WRK_H1AU_SELECT_CH$chk$2.valu e=(this.checked?'Y':'N');submitAction_win0 (this.form,this.name);" /> </td> <td align='left' class='PSLEVEL1GRIDODDROW' > <span class='PSEDITBOX_DISPONLY' >$29 - $29 Cap with FREE Mobile</span> I want to parametrize using "$29 - $29 Cap with FREE Mobile". I am not aware of how to parametrize this. Currently I am parametrizing with 'H1AU_BUNDLE_WRK_H1AU_SELECT_CH$2' Can any one please help me out with this??/
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.