Submitted Questions

  • Getting problem while playback QTP scripts

    While play backing the qtp scripts on java application i am facing the different kind of problem.The data is not getting entered into the cells of a particular table which is in application.Ex: JavaWindow("Organization Editor").JavaTable("Record 1 of 1").DoubleClickCell"#1","Note","LEFT"Set Wshshell=createobject("wscript.shell")Wshshell.sendkeys "test"as in the above script the value "test" should...

  • Entering Data problem during playbacking the scripts

    I am getting problem while getting scripts updating on new build. the scripts are been recorded in 8.2 qtp version. now i am using 9.2 qtp version.My Qus is while Playbacking the scripts on new build Data in not getting entered in Some cell for ex i hv scripts like JavaWindow("Settings").JavaTable("Record 1 of 8").DoubleClickCell"#8","Name","LEFT"JavaWindow("Settings").JavaTable("Record 1 of 8").SetCellData...