Hi! > I am using LTP drop released on ltp-full-20120104 version. > I have written a testcase to get user input data and call that testcase using > "runltp", the command I use to get user input data is "read -t 10 response" > But, when enter user input after running "runltp" it is not working. The same > testcase is working fine getting user input from command line. > Can any one help me why it is not working in LTP, is there any work around on > this?
Apart form this being a silly idea (LTP is automatic testsuite, you install it, run it and go away till it's finished) the tests are executed by the test driver process (ltp-pan) that is a process group leader so there is no way they could read from standard in. [This is second attempt to send this mail, the first seems to have disapeared somewhere between our mailserver and ltp mailing list] -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnmore_122712 _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
